.t-records .t-title,
.t-records .t-title *,
.t-records .t-descr,
.t-records .t-descr *,
.t-records .t-text,
.t-records .t-text *,
.t-records .t-name,
.t-records .t-name *,
.t-records .t-heading,
.t-records .t-heading *,
.t-records .t-btn,
.t-records .t-menu__link-item {
  font-family: 'Manrope', Arial, sans-serif !important;
}

.t-records .t-title,
.t-records .t-heading {
  line-height: 1.18 !important;
}

.t-records .t-descr,
.t-records .t-text {
  line-height: 1.5 !important;
}

@media screen and (max-width: 640px) {
  .t-records .t-title,
  .t-records .t-title *,
  .t-records .t-heading,
  .t-records .t-heading * {
    font-size: 30px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.01em !important;
  }

  .t-records .t-descr,
  .t-records .t-descr * {
    font-size: 19px !important;
    line-height: 1.45 !important;
  }

  .t-records .t-text,
  .t-records .t-text * {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .t-records .t-btn {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}