@media screen and (max-width: 640px) {
  .no-gap-mobile .t-card {
    margin-bottom: 0 !important;
  }

  .no-gap-mobile .t-card__container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .no-gap-mobile .t-container {
    row-gap: 0 !important;
    gap: 0 !important;
  }
}