.blog-hero-component{
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 200px;
    padding-bottom: 0;
}

.big-blog-title{
    font-size: 397px;
    line-height: 400px;
    font-weight: 400;
    font-family: "Playfair Display", sans-serif;
    color: rgba(194, 182, 151, .1);
    overflow: hidden;
    height: 366px;
}

.small-title{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 4.72px;
    text-transform: uppercase;
    font-family: "Playfair Display", sans-serif;

}

.big-title h1{
    color: #fff;
}

.blog-hero-content{
    margin-bottom: 50px;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .big-blog-title{
        font-size: 280px;
    }
}

@media (max-width: 991px) {
    .big-blog-title{
        font-size: 150px;
        line-height: 1.1;
        height: 140px;
    }
}


@media (max-width: 576px) {
    .big-title h1{
        font-size: 33px;
    }

    .big-blog-title{
        font-size: 100px;
        height: 98px;
    }
}