.t-container {
  max-width: 1550px;
}
    .t-slds__arrow-withbg {border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    

@media screen and (max-width: 1440px) {
  .t-container {max-width: 1164px !important;}
}
@media screen and (max-width:960px){
    .t-container {max-width: 900px !important;}
}