.heroSimple {
    padding: 50px 0;
    position: relative;
}

.heroSimple .row{
    justify-content: end;
}
@media (max-width: 1200px) {
    .heroSimple .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 576px) {
    .heroSimple .container-fluid {
        padding: 0 15px;
    }
}
.heroSimple img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .heroSimple img {
        position: relative;
        height: auto;
        width: 100%;
    }
}
.heroSimple .content {
    padding: 60px 150px 40px;
}
@media (max-width: 1510px) {
    .heroSimple .content {
        padding: 50px;
    }
}
@media (max-width: 1200px) {
    .heroSimple .content {
        padding: 50px 0;
    }
}
.heroSimple .content h1 {
    color: #FFF;
font-family: Domine;
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 58px; /* 128.889% */
}
.heroSimple .content p {
color: #FFF;

/* Body Text Regular */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.heroSimple .content p strong {
font-family: Inter;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 30.4px; /* 160% */
}
.heroSimple .content .click {
    margin-top: 40px;
}
.heroSimple .content .click .btn-yellow {
    margin-right: 10px;
}