.contentImage {
    padding: 50px 0;
}
.contentImage .row {
    align-items: center;
}
.contentImage .content h2 {
    color: #001F7E;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.contentImage .content h2 strong {
    color: #D00C27;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contentImage .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentImage .content .click {
    margin-top: 40px;
}
.contentImage img {
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 512px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .contentImage img {
        margin: 0 auto;
    }
}
