h4.title-block,
.content-wrapper>h3 {
    font-family: 'Playfair Display';
    color: #D9B25F;
    font-size: 48px;
    margin: 0 0 40px;
    position: relative;
    letter-spacing: 0.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

h4.title-block span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 94px;
    letter-spacing: 0.51em;
    color: #F1F1F1;
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 1280px) {
    h4.title-block span {
        font-size: 66px;
    }
}

@media screen and (max-width: 980px) {
    h4.title-block span {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    h4.title-block,
    .content-wrapper>h3 {
        font-size: 22px;
        margin: 0 0 20px;
    }
}