.content {
    margin-bottom: 40px;
}

.jarret-section {
	text-align: center;
}

.jarret-container {
	max-width: 1000px;
	margin: 0 auto;
}

.jarret-title {
	color: #a88944;
	font-size: 28px;
	margin-bottom: 10px;
}

.jarret-text {
	color: #444;
	line-height: 1.6;
	margin-bottom: 20px;
	font-family: "Montserrat";
}

.jarret-photo {
	width: 100%;
	max-width: 800px;
	margin-top: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.jarret-caption {
	font-style: italic;
	margin-top: 15px;
	color: #777;
}

.jarret-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background-color: #b6131c;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.jarret-button:hover {
  background-color: #a20f12;
}

.content .carte .right p {
    font-size: 16px;
    line-height: 26px;
    color: #252525;
    font-family: "Montserrat" !important;
}

.jarret-photo:hover {
 	transform: scale(1.02);
}
