/* Hard homepage title correction */

.home-page .home-body-title-text,
.home-page .home-engine-title-text {
  display: block !important;
  font-family: "Rajdhani", "Orbitron", ui-sans-serif, system-ui, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.13 !important;
  text-transform: none !important;
}

.home-page .home-body-title-text {
  font-size: clamp(2.25rem, 2.65vw, 3.25rem) !important;
  max-width: 560px !important;
}

.home-page .home-engine-title-text {
  font-size: clamp(2.15rem, 2.45vw, 3rem) !important;
  max-width: 520px !important;
}

.home-page main section:nth-of-type(3) .home-panel h2,
.home-page main section:nth-of-type(4) .home-panel h2 {
  font-size: inherit !important;
  line-height: 1.13 !important;
  margin-bottom: 1.5rem !important;
}

.home-page main section:nth-of-type(3) .home-panel {
  padding: 3rem !important;
}

@media (max-width: 900px) {
  .home-page .home-body-title-text,
  .home-page .home-engine-title-text {
    font-size: clamp(1.85rem, 7vw, 2.55rem) !important;
  }
}
