.imageContent {
    padding: 50px 0;
}
.imageContent .content h2 {
    color: #3A1E92;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.imageContent .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.imageContent .content .click {
    margin-top: 40px;
}
.imageContent img {
    display: block;
    width: 100%;
    max-width: 439px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .imageContent img {
        margin: 0 auto;
    }
}
.imageContent .row {
    align-items: center;
}
