

@media (min-width: 992px){
.t762__container{
    display:flex !important;;
        justify-content: center;
}

.t762 .t-slds__arrow-right{
    right:30px!important;
}

.t762 .t-slds__arrow-left{
      left:30px!important;  
}

    .t762__col{
    width:33%!important;
}


.t762__col:last-child{
       width: fit-content !important;}
       
.t762__descr ul{
        padding-left: 16px!important;
}     

.t762__title{
    padding-top:0px!important;
}

.t762__info {
    padding-left: 50px!important;
}
.t-align_left .t778__btn{
    width:49%;
    margin:0;
   padding: 0;
}
    .t778__content .t778__btn-wrapper {
        display: flex;
        justify-content: space-between;
             
    }
    
    .t778__col .t778__wrapper{
        padding-bottom:7px;
    }
       
}


@media  (min-width: 992px) and (max-width: 1260px) {
    .t762__container {
           max-width: 640px !important;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
    }
    
    .t762__col{
        width:100%!important;
        margin-bottom:30px;
    }
    

    
}



@media screen and (max-width: 1000px) {
   .t778__col {
        margin-bottom: 60px!important;
    }
    .t-align_left .t778__btn {
    margin: 0 4px 8px 0;
    width: 100%;
}






}