.copy-line {
  display: block;
}

.copy-phrase {
  display: inline-block;
}

h1,
h2,
h3,
strong {
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: auto-phrase;
}

.latin-phrase {
  white-space: nowrap;
}

.hero-title {
  font-size: clamp(38px, 3.3vw, 46px) !important;
}

.problem-title {
  font-size: clamp(31px, 3vw, 42px) !important;
}

@media (max-width: 1080px) {
  .hero-title {
    font-size: 44px !important;
  }
}

@media (max-width: 860px) {
  .hero-title {
    font-size: clamp(38px, 6.3vw, 50px) !important;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: clamp(31px, 9.4vw, 36px) !important;
  }

  .problem-title {
    font-size: clamp(27px, 8.2vw, 31px) !important;
  }
}
