#hero{
    height: 630px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    position: relative;
    z-index: 0;
    padding-bottom: 25px;
}

#hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}

#hero h1{
    font-size: 90px;
    line-height: 110px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fff;
}

@media(max-width:1200px){
    #hero h1{
        font-size: 60px!important;
        line-height: 70px!important
    }
}

#hero .btn-green{
    margin-right: 15px;
}

#hero .btn-green:hover{
    color: #fff!important;
}

@media(max-width:576px){
    #hero{
        align-items: center;
    }
    #hero h1{
        text-align: center;
    }
    #hero .btn-green{
        margin-bottom: 20px;
    }
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc{
    padding: 70px 0;
}

#mc .row{
    justify-content: center;
}

#mc .content h2{
    font-size: 40px;
    font-weight: 900;
    color: #1D3460;
    line-height: 49px
}
#mc .content h3{
    font-size: 32px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}
#mc .content h4{
        font-size: 29px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}
#mc .content h5{
    font-size: 27px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}

#mc .content p{
    color: #040707;
    font-size: 17px;
}

#block{
    padding: 50px 0
}

#block img{
    width: 100%;
    max-width: 387px;
    height: auto;
    max-height: 329px;
    aspect-ratio: 387/329;
    object-fit: cover;
}

#block .row{
    align-items: center;
}

#block h3{
    font-size: 32px;
    font-weight: 900;
    color: #1D3460
}

#block p{
    color: #040707;
}

#block .click{
    margin: 40px 0 0;
}

@media(max-width:1200px){
    #block img{
        margin: 0 auto;
        display: block;
    }
}

#banner{
    background: #0E192E;
    padding: 50px 0;
}

#banner .wrap{
    display: flex;
    align-items: center;
}

#banner p{
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 900;
    margin: 0;
}

#banner .click{
    min-width: 400px;
    display: flex;
    justify-content: center;
}

#banner .btn-green:hover{
    color: #fff!important;
}

@media(max-width:1200px){
    #banner .wrap{
        flex-direction: column;
    }
    
    #banner .click{
        min-width: 0px;
        margin-top: 30px;
    }
}

#faq {
    background: #fff;
    padding: 80px 0;
}

#faq .row{
    justify-content: center;
}

#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;
}

#faq .header{
    text-align: center;
}

#faq .header p:first-of-type{
    color: #1079A2;
    font-weight: 700;
    letter-spacing: 1.28px;
}

#faq .header h2{
    font-size: 40px;
    font-weight: 900;
    color: #1D3460
}

#faq .line{
    border-top: 3px solid #17A0D6;
    width: 100px;
}