//--- GENERIC .sections { font: 18px/28px $font-family-content; h2 { font: 26px/28px $font-family-primary-bold; } a { color: var(--ad-color-brand-primary); transition: all 0.1s ease-in 0s; &:hover { text-decoration: none; color: inherit; } } } //--- ANCHOR .sections-default-anchor { display: block; position: relative; top: -70px; visibility: hidden; } //--- HEADING .sections-default-heading { } //--- AREAHEADING .sections-default-areaheading { h2 { display: inline-block; padding-top: 10px; font: 32px/40px $font-family-primary; @media (min-width: $break-sm) { font-size: 38px; line-height: 42px; margin-bottom: 0; } } } //--- GALLERY .sections-default-imageservice { figcaption { color: $color-muted-primary; font: 13px/18px $font-family-secondary; } } //--- QUOTE .sections-default-quote { text-align: center; p { font: 24px/28px $font-family-primary; padding-left: 0; @media (min-width: $break-md) { font-size: 30px; line-height: 37px; } &:before, &:after { content: ""; width: 1px; height: 55px; border: 1px solid $color-line-primary; top: 0; margin: 20px auto; display: block; @media (min-width: $break-sm) { height: 75px; margin-top: 50px; margin-bottom: 50px; } } } footer { padding-left: 0; font: 16px/22px $font-family-secondary-bold; } }