.hero-main {
    background-color: #0A1D39;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    overflow-x: hidden;
}

.form-container {
    padding: 24px 24px 20px;
    background: #F6F9FF;
    border-radius: 8px;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.25) !important;
    position: relative;
    overflow: hidden;
}

.faq{
    margin-top: 50px;
}

@media (max-width:991.5px) {
    h2.sect-head{
        font-size: 34px;
        line-height: 1.3;
    }
}

@media (max-width: 767.98px){
    h2.sect-head {
        font-size: 24px;
        line-height: 1.3;
    }

    .sect-desc{
        font-size: 16px;
        line-height: 22px;
    }

    .form-container{
        margin-top: 30px;
    }
}