﻿.section--faq-hero{background: url('../images/faq/optimize-bg.svg') no-repeat center; background-size: cover; min-height: 580px;}  
.section--faq-hero h1{font-size: clamp(28px, 5vw, 48px);}
.section--faq-hero p{max-width:63ch; color:#d4dbec;}


@media all and (min-width:1024px){
  .section--faq-hero p{line-height: 180%;}
}

@media all and (max-width:960px){
  .section--faq-hero{min-height:300px;}
}