#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc .content > :first-child{
    margin-top: 0!important;
}

#mc{
    padding: 50px 0;
}

#mc .row{
    justify-content: space-between;
}

#mc .container-fluid{
    padding: 0 200px;
}

#mc .content p:first-of-type{
    font-size: 19px;
    color: #37558F;
}

#mc .content h2{
    font-size: 30px;
    color: #213458;
    font-weight: 400;
}

#mc .content h3{
    font-size: 25px;
    color: #213458;
    font-weight: 400;
}

#mc .content h4{
    font-size: 22px;
    color: #213458;
    font-weight: 400;
}

#mc .content h5{
    font-size: 21px;
    color: #213458;
    font-weight: 400;
}

#mc .sidebar h3{
    font-size: 30px;
    font-weight:600;
    margin-bottom: 20px;
}

#mc .sidebar h4{
    font-size: 21px;
    font-weight: 700;
    color: #36558F;
    margin-bottom: 10px;
}

#mc .sidebar p{
    color: #221F20;
    margin-bottom: 10px;
}

#mc .sidebar a{
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #36558F
}

#mc .sidebar a i{
    margin-left: 10px;
}

#mc .sidebar .inner{
    border-bottom: 1px solid #728EC3;
    padding-bottom: 20px;
}

@media(max-width:1700px){
    #mc .container-fluid{
        padding: 0 100px;
    }
}

@media(max-width:1400px){
    #mc .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:767px){
    #mc .container-fluid{
        padding: 0 15px;
    }
}

#faq{
    padding: 50px;
}

#faq .container-fluid{
    padding: 0 200px;
}

.accordion-item button p{
    margin: 0;
    font-size: 22px;
    color: #36558F;
    order: 2;
    margin-left: 20px;
}

.accordion-item .accordion-button::after{
    border: 1px solid #37558F;;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}

.accordion-item{
    border-bottom: 1px solid #728EC3;
    padding-bottom: 20px;
}

@media(max-width:1700px){
    #faq .container-fluid{
        padding: 0 100px;
    }
}

@media(max-width:1400px){
    #faq .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:767px){
    #faq .container-fluid{
        padding: 0 15px;
    }
}