diff --git a/styles.css b/styles.css index a67bee8..a33dba2 100644 --- a/styles.css +++ b/styles.css @@ -918,10 +918,15 @@ button { } .contact-flyover h2 { - font-size: clamp(1.4rem, 7.2vw, 2rem); - line-height: 0.98; - max-width: 100%; - text-wrap: balance; + margin-right: 3rem; + font-size: clamp(1.25rem, 5.9vw, 1.6rem); + line-height: 1.05; + max-width: none; + text-transform: none; + text-wrap: pretty; + overflow-wrap: normal; + word-break: normal; + hyphens: auto; } .contact-flyover__list {