.heroHome {
    background: #211548;
    padding: 50px 0;
    position: relative;
}
@media (max-width: 1200px) {
    .heroHome .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 576px) {
    .heroHome .container-fluid {
        padding: 0 15px;
    }
}
.heroHome img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .heroHome img {
        position: relative;
        height: auto;
        width: 100%;
    }
}
.heroHome .content {
    padding: 90px 150px;
}
@media (max-width: 1510px) {
    .heroHome .content {
        padding: 50px;
    }
}
@media (max-width: 1200px) {
    .heroHome .content {
        padding: 50px 0;
    }
}
.heroHome .content h1 {
    color: #FFF;
    font-family: Domine;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}
.heroHome .content p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.heroHome .content p strong {
    color: #FCCF03;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
}
.heroHome .content .click {
    margin-top: 40px;
}
.heroHome .content .click .btn-yellow {
    margin-right: 10px;
}