header{
    background: #000 !important;
}

.faqs-section{
    background: #1A1A1A;
    color: #fff;
}

.faqs-section h1{
    color: #fff;
}

.faqs-section .switch-btns{
    width: 472px;
    margin-bottom: 40px;
}

.faqs-section .switch-btns button{
    padding: 0;
}

.more-help-section{
    background: #EAE9F3;
}

.more-help-section h2{
    margin-bottom: 64px;
}

.more-help-info form{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 115px;
}

.more-help-info form textarea {
    height: 246px;
}

.more-help-info form input,textarea{
    /* margin-bottom: 24px; */
    width: 100%;
}

.more-help-info form .submit-btn {
    height: 56px;
    margin-top: 12px;
}

.more-help-info form input{
    width: 100%;
}

.more-help-section h4 {
    margin-bottom: 24px;
}

.more-help-info{
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .faqs-section{
        padding: 40px 20px;
    }
    .faqs-section .container{
        padding: 0;
    }
    .faqs-section .switch-btns{
        width: 100%;
    }
    .faqs-section .switch-btns button{
        font-size: 16px;
    }
    .more-help-section{
        padding: 64px 20px;
    }
    .more-help-section .container{
        padding: 0;
    }
    .more-help-info form{
        margin-left: 0;
        margin-top: 30px;
    }
    .more-help-section h2{
        margin-bottom: 40px;
    }
    .more-help-info > img{
        width: 100%;
    }
}
/* .more-help-info form */