.t-cover__filter {
  background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 100%) !important;
}

/* Подзаголовок — сдвигаем вниз к кнопкам */
.t181__title span {
  display: block !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin-top: 120px !important;
}

/* Мобильный заголовок */
@media (max-width: 768px) {
  .t181__title strong {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .t181__title {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  .t181__title span {
    margin-top: 60px !important;
  }
}@media screen and (max-width: 640px) {
  h1, h2, h3, h4, h5, h6, p, div, span, a {
    word-break: normal !important;
    overflow-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
  }
}