.imageContent {
    padding: 50px 0;
}
.imageContent .row {
    align-items: center;
}
.imageContent .content {
    padding-left: 50px;
}

.imageContent .click {
    margin-top: 50px;
}


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

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