@media screen and (max-width: 640px) {
  .mobile-padding .t-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}