.page-hero {
    position: relative;
    background: url('../../../library/images/hero-page-bg_.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 157px 0px 85px 0;
}

.page-hero h2 {
    font-size: 76px;
    line-height: 83px;
}

.page-hero .btn-yellow {
    margin-top: 38px;
}

.page-hero .title-text {
    color: var(--yellow);
    font-size: 24px;
    line-height: 30px;
    margin: 1em 0;
}

.page-hero h2 span {
    color: var(--yellow);
}

@media(max-width:992px) {
    .page-hero h2 {
        font-size: 46px;
        line-height: 53px;
    }
}

@media only screen and (max-width : 370px) {
    .page-hero h2 {
        font-size: 38px;
        line-height: 45px;
    }
}