.sectionHeader{background:linear-gradient(90deg,rgb(0,0,0),rgba(0,0,0,.9) 27%,rgba(0,0,0,0)),url(/_next/static/media/image-1.dedcf7b8.jpg);background-repeat:no-repeat;background-size:cover;background-position:100%;height:93.9vh;width:100%;padding:10px var(--padding-x);display:flex;align-items:center}.sectionHeader .words{max-width:740px;width:100%;color:var(--font-color-white);display:flex;flex-direction:column;gap:20px}.sectionHeader .words h1{color:var(--font-color-white);font-weight:700;font-size:clamp(28px,5vw,56px)}.sectionHeader .words hr{width:155px;background-color:var(--primary-color);height:4px;border:none}.sectionHeader .words p{font-family:var(--font-raleway);font-weight:500;font-size:clamp(16px,2.3vw,18px);line-height:1.5}@media(max-width:768px){.sectionHeader{justify-content:center;text-align:center;background-position:50%}.sectionHeader .words{align-items:center}.sectionHeader .words h1{margin-bottom:10px}.sectionHeader .words hr{margin:0 auto}.sectionHeader .words .second{display:none}}@media(max-width:550px){.sectionHeader{padding:20px}.sectionHeader .words{gap:15px}.sectionHeader .words p{font-size:16px}}