.about{position:relative;width:100dvw;height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-image{object-fit:cover;object-position:center;top:0;left:0;z-index:-1}.about-image,.about-overlay{width:100%;height:100%;position:absolute}.about-overlay{background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.about-content{max-width:800px;color:#fff}.about-primary{text-transform:uppercase;font-weight:600;font-size:1.5rem!important;margin-bottom:1rem;color:#fff}.about-text{font-size:1.2rem!important;line-height:1.5;margin-top:1rem;color:#fff}@media (max-width:768px){.about-title{font-size:2rem!important}.about-text{font-size:1rem!important}}