.imageContent {
    padding: 50px 0;
}
.imageContent .row {
    align-items: center;
}
.imageContent img.main {
    max-width: 534px;
    height: auto;
    width: 100%;
    aspect-ratio: 267/215;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .imageContent img.main {
        margin: 0 auto;
        display: block;
    }
}
.imageContent .content .subtitle {
    display: flex;
    align-items: center;
    color: #DFBB36;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 3.2px;
    margin-bottom: 20px;
}
.imageContent .content .subtitle img {
    margin-right: 10px;
}
.imageContent .content .text h2 {
    color: #000;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}
.imageContent .content .text p {
    color: #4D5765;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
