.faq{
    margin-top: -80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 510px;
}
.faq p{    
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .15em;
    text-transform: uppercase;
    line-height: 1.02;
    font-family: var(--bs-font-Catamaran)
}
.faq h1{
    position: relative;
    z-index: 2;
    font-family: var(--bs-font-Cormorant);
    letter-spacing: .01em;
    font-size: 54px;
    line-height: 1.07em;
    font-weight: 600;
}
@media (min-width: 0px) and (max-width: 991px) {
    .faq {
        margin-top: 80px!important;
        height: 350px;
    }
}