#hero h1{
    font-size: 90px!important;
    line-height: 110px;
}

@media(max-width:1200px){
    #hero h1{
        font-size: 60px!important;
        line-height: 70px!important
    }
}

#faq {
    background: #fff;
    padding: 80px 0;
}
#faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid #C9C9C9;
}
#faq .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    position: relative;
    padding-left: 50px
}
#faq .accordion-item .accordion-button p {
    color: #1D3460;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 0;
}
#faq .accordion-item .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2b";
    background-image: none;
    color: #1D3460;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    
}
#faq .accordion-item .accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    background-image: none;
    font-size: 20px;
}
#faq .accordion-item .accordion-body p {
    color: #040707;
}