section.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:500px;display:flex}section.hero.home{height:686px}section.hero .content_container{background-color:#ffffffa6;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;max-width:650px;padding:60px 50px;display:flex}section.hero .content_container:has(.divider){gap:40px}section.hero h1{text-align:center;color:var(--clr-brown-dark);text-transform:uppercase;font-size:48px;font-weight:500;line-height:normal}section.hero.roboto h1{font-family:Roboto}section.hero:has(.divider){padding-block:1rem}section.hero .divider{background-color:var(--clr-brown-dark);width:140px;height:4px}section.hero p.sub_title{text-align:center;font-size:16px;line-height:normal}@media (max-width:1024px){section.hero{height:320px}section.hero h1{font-size:43px}}@media (max-width:767px){section.hero h1{font-size:38px}section.hero .content_container{gap:24px;padding:20px 30px}section.hero:has(.divider){padding-block:28px}}
