:root{
    --slider-color-1: rgb(162, 168, 179);
    --slider-color-2: rgb(68, 172, 52);
}
.__sliderItem .__tag{
    background-color: #e2e2e2;
    color:#606161;
    border-radius: 0px;
    
}
.__sliderItem .__text-1{
    color: var(--slider-color-2);
}
.__sliderItem .__btn-slider{
    background-color: #BE924B;
}
.__truncate{
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}
.__btn-slider{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 575px){
    .__tag{
        min-width: 85%;
        max-width: 285px;
    }
    .__sliderItem .__text-1{
        font-size: 24px;
       
    }
    .__text-2.__line-1.__truncate{
        max-height: 65px;
    }
    .__btn-slider{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .__btn-slider span{
        font-size: 18px;
    }
    .__sliderItem .__container-text{
        min-height: 85px;
    }
    .__sliderItem .__img-mob-slider{
        min-height: 125px;
        max-height: 150px;
    }
    .__sliderItem .__img-mob-slider img{
        max-height: 165px;
    }
}
@media screen and (max-width: 374px){
    .__btn-slider span{
        font-size: 15px;
    }
    .__sliderItem .__text-2{
        font-size: 15px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .__tag{
        min-width: 80%;
        max-width: 285px;
    }
    .__tag-text{
        font-size: 22px;
    }
    .__sliderItem .__text-1{
        font-size: 28px;
    }
    .__text-1.__line-1.__truncate, .__text-1.__line-2.__truncate{
        max-height: 57px;
    }
    .__sliderItem .__text-2{
        font-size: 20px;
    }
    .__text-2.__line-1.__truncate{
        max-height: 25px;
    }
    .__text-2.__line-2.__truncate{
        max-height: 50px;
    }
    .__btn-slider span{
        font-size: 18px;
    }
    .__sliderItem .__img-mob-slider{
        min-height: 165px;
        max-height: 175px;
    }
    .__sliderItem .__img-mob-slider img{
        max-height: 195px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .__tag-text{
        font-size: 22px;
        font-weight: 400;
    }
    .__sliderItem .__text-1{
        font-size: 34px;
    }
    .__text-1.__line-1.__truncate{
        max-height: 40px;
    }
    .__text-1.__line-2.__truncate{
        max-height: 69px;
    }
    .__sliderItem .__text-2{
        font-size: 18px;
    }
    .__text-2.__line-1.__truncate{
        max-height: 22px;
    }
    .__text-2.__line-2.__truncate{
        max-height: 44px;
    }
    .__btn-slider{
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .__btn-slider span{
        font-weight: 400;
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px){
    .__sliderItem .__slider-mh{
        min-height: 268px;
    }
    .__tag-text{
        font-size: 24px;
        font-weight: 400;
    }
    .__tag-text.__truncate{
        max-width: 335px;
    }
    .__sliderItem .__text-1{
        font-size: 42px;
    }
    .__text-1.__line-1.__truncate{
        max-width: 630px;
        max-height: 52px;
    }
    .__text-1.__line-2.__truncate{
        max-width: 650px;
        max-height: 102px;
        line-height: 1.1em;
    }
    .__sliderItem .__text-2{
        font-size: 24px;
    }
    .__text-2.__line-1.__truncate{
        max-width: 530px;
        max-height: 30px;
    }
    .__text-2.__line-2.__truncate{
        max-width: 445px;
        max-height: 60px;
    }
    .__btn-slider span{
        font-weight: 400;
        font-size: 20px;
    }
}
@media screen and (min-width: 992px){
    .__img-desk-slider img{
        max-height: 235px;
    }
    .__btn-slider:hover{
        box-shadow: 0 14px 8px -12px rgb(153 153 153 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(153 153 153 / 20%) !important;
    }
}
@media screen and (min-width: 1200px){
    .__img-desk-slider img{
        max-height: 280px;
    }
}