html, body {
    overflow-x: hidden;
    max-width: 100%;
}


@media (max-width: 768px) {
    .t-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 768px) {
    .t-logo img,
    .t-partners img {
        height: 24px !important;
        width: auto !important;
    }

.t-first {
  padding-top: 150px !important;
}

@media (max-width: 768px) {
  .t-body {
    padding-top: 70px !important;
  }
}