.contentImage {
    padding: 50px 0;
}
.contentImage .row {
    align-items: center;
}
.contentImage img {
    max-width: 540px;
    aspect-ratio: 540/504;
    width: 100%;
    margin-left: auto;
    display: block;
}
@media (max-width: 1200px) {
    .contentImage img {
        margin: 0 auto;
        display: block;
    }
}
.contentImage .content h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}
.contentImage .content h2:not(:first-of-type) {
    margin-top: 20px;
}
.contentImage .content p {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contentImage .content .click {
    margin-top: 40px;
}
