.img-slider-box-01,
.img-slider-box-02 {
    position: relative;
    z-index: 1;
    padding: 188px 0 184px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.img-slider-box-01::before,
.img-slider-box-02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1925;
    opacity: 0.5;
    z-index: -1;
}
.img-slider-box-01 {
    background-image: url("../img/home_page/sliders/slider-1.webp");
}
.img-slider-box-02 {
    background-image: url("../img/home_page/sliders/slider-2.webp");
}
@media only screen and (max-width: 767px) {
    .img-slider-box-01,
    .img-slider-box-02 {
        padding: 120px 0;
    }
}
@media only screen and (max-width: 640px) {
    .img-slider-box-01,
    .img-slider-box-02 {
        padding: 130px 0;
    }
}
@media only screen and (max-width: 480px) {
    .img-slider-box-01,
    .img-slider-box-02 {
        padding: 90px 0;
    }
}
