.heroSimple {
    padding: 100px 0;
    background: #E6F2F9;
}
.heroSimple .row {
    align-items: center;
}
.heroSimple .content h1 {
    color: #001F7E;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
}
.heroSimple .content h1 strong {
    color: #D00C27;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.heroSimple .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heroSimple .content .click {
    margin-top: 40px;
}
@media (max-width: 576px) {
    .heroSimple .content .click .btn:first-of-type {
        margin-bottom: 10px;
    }
}
.heroSimple img {
    width: 100%;
    max-width: 512px;
    height: auto;
    aspect-ratio: 1/1;
    margin-left: auto;
    display: block;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .heroSimple img {
        margin: 0 auto;
    }
}