@media (min-width:981px){
.t772{
    width:100%;
            overflow-x: scroll;
    -ms-overflow-style: none;
        scrollbar-width: none;
}
.t772__container_mobile-flex {
        width:max-content !important;
        max-width:max-content !important;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
  .t772__container_mobile-flex .t-col{
      display:inline-block !important;
      width:400px !important;
      max-width:400px !important;
      float:left !important;
  }
.t772__separator{
    display:none !important;
}
.t772__container_mobile-flex .t-col{
    margin:0 5px;
}
}
@media (max-width:980px){
.t772__separator{
    display:none !important;
}
.t772__container_mobile-flex .t-col{
    margin:0 5px;
}
}