diff --git a/css/custom.css b/css/custom.css index 901af20..3ade56a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -600,16 +600,17 @@ body{ } .section-title h1{ - font-size: 80px; + font-size: var(--font-size-5xl); font-weight: 700; - line-height: 1.3em; + line-height: 1.1; text-transform: uppercase; margin-bottom: 0; } .section-title h2{ - font-size: 44px; + font-size: var(--font-size-3xl); font-weight: 700; + line-height: 1.2; text-transform: uppercase; margin-bottom: 0; }