@media screen and (max-width: 1399px) {
     .slide-text h1 {
        font-size: 80px;
    }
}
@media screen and (max-width: 1199px) {
     .slide-text {
        padding-left: 50px;
     }
    .slide-text h1 {
        font-size: 75px;
    }
    .slide-text.page-big h1 {
        font-size: 75px;
        max-width: 300px;
    }
}
@media screen and (max-width: 991px) {
    .fixed-block {
        position: relative;
        width: 100%;
        height: 70vh;
        overflow: hidden;
    }
    .fixed-block .slick-slide img {
        height: 70vh;
    }
    .slide-text.page-big {
        height: 70vh;
    }
    .slide-text {
        position: absolute;
        width: 100%;
        right: auto;
        top: 0;
        padding: 10% 0 0 50px;
        z-index: 9;
        left: 0;
    }
    .slide-text h1 {
        font-size: 70px;
    }
    .slide-text.page-big h1 {
        font-size: 70px;
    }
}
@media screen and (max-width: 767px) {
    .slide-text h1 {
        font-size: 50px;
    }
    .slide-text.page-big h1 {
        font-size: 60px;
    }
    .left-box h2 {
        font-size: 34px;
    }
    .latest-help ul li {
        font-size: 26px;
        line-height: 34px;
    }
    .left-box  {
        gap: 40px;
    }
    .header-text p {
        font-size: 20px;
    }
    .left-box {
        margin-bottom: 50px;
    }
    .header-text {
        margin: 20px 0;
    }
    .header-text-2 p {
        font-size: 20px;
    }
}