.contentImage {
    padding: 50px 0;
}
.contentImage .row {
    align-items: center;
}
.contentImage .content {
    padding-right: 50px;
}
@media (max-width: 1200px) {
    .contentImage .content {
        padding: 0;
    }
}
.contentImage .content h2 {
    color: #1E293B;
    font-family: "EB Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentImage .content p {
    color: #1E293B;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentImage .content p strong {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentImage img {
    width: 100%;
    max-width: 737px;
    height: auto;
    aspect-ratio: 737/496;
	object-fit: cover;
	
}
@media (max-width: 1200px) {
    .contentImage img {
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:500px){
    .contentImage .btn{
        width: 100%;
        margin: 0 auto;
    }
    .contentImage .btn:first-of-type{
        margin-bottom: 10px;
    }
}