.title-head-gradient {
    height: 200px;
    background: linear-gradient(to bottom, #0382a0 14%, #a4c8d3, #abcad4);
    text-align: center;
}

.title-head-gradient h1 {
    color: white;
    font-family: Gilroy-Heavy;
    font-size: 35pt;
    padding-top: 2.2%;
}

.title-head-gradient span {
    font-family: Proxima Nova;
    font-weight: 700;
    font-size: 13pt;
    color: white;
    line-height: 7;
}

.title-head-gradient .rating {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 20px;
}

.title-head-gradient .rating.title-only h1 {
    position: absolute;
    margin-top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: underline;
}

.title-head-gradient.title-only h1 {
    position: absolute;
    margin-top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .title-head-gradient .rating.title-only h1 {
        font-size: 230%;
    }

    .title-head-gradient.title-only h1 {
        font-size: 230%;
    }
}

@media (max-width: 1199.98px) {
    .title-head-gradient h1 {
        font-size: 200%;
        padding-top: 4%;
    }
}

@media (max-width: 767.98px) {
    .title-head-gradient h1 {
        font-size: 150%;
        padding-top: 8%;
    }

    .title-head-gradient .rating.title-only h1 {
        font-size: 230%;
    }

    .title-head-gradient.title-only h1 {
        font-size: 230%;
    }
}
