.textl-imager_section{
    padding: 100px 0;
}

.textl-imager_section h2{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    color: #231B5D;
    margin-top: 40px;
    max-width: 90%;
}

.textl-imager_section h5{
    color: #231B5D;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1.5px;
    margin-top: 100px;
}

.textl-imager_section .descr{
    color: #808080 ;
    font-size: 1.3rem;
    max-width: 90%;
    margin: 40px 0 40px 0;
}

.textl-imager_section img{
    max-width: 100%;
    top: 150px;
    position: relative;
}

.textl-imager_section .btn{
    margin-bottom: 50px;
}

.textl-imager_section .btn{
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: .7rem;
}

.textl-imager_section .btn svg{
    fill: #fff;
    margin-top: -6px;
    margin-left: 5px;
    top: 5px;
}

.textl-imager_section .btn svg .b{
    stroke: #fff;
}


.image_right_slider img{
    margin-left: -20px;
    transition: .5s all;
    max-height: 70%;
    margin-top: 45px;
}

.image_right_slider .is-visible img{
    margin-left: 0;
    z-index: 1;
    max-height: 100%;
    margin-top: 0;
    
}

.image_right_slider .splide__arrow--prev{
    left: 0;
}


@media (max-width: 575.98px) { 

    .textl-imager_section{
        padding: 20px 0;
    }

}