.fv{display:flex;height:100vh;padding:8rem 0;position:relative;width:100%}.fv .fv_content{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;text-align:left;width:55%}.fv_content .header{font-size:4.8rem;font-weight:700;margin:0}.fv img{height:100%;object-fit:cover;width:50%}@media(max-width:768px){.fv{margin-top:5rem;overflow:hidden;padding:0;position:relative}.fv .fv_content{background-color:#fff;height:fit-content;top:50%;transform:translateY(-50%);z-index:12}.fv .fv_content,.fv img{position:absolute;width:100%}.fv img{height:100%;object-fit:cover}}