#hero{
    height: 668px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}

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

#hero h1{
    color: #fff;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 20px;
}

#hero p{
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 300;
}

#hero .click{
    margin-top: 40px;
}

#hero .btn-h-orange{
    color: #fff;
    margin-left: 7px;
}

#hero .btn-h-orange:hover{
    color: #000;
}

@media(max-width:767px){
    #hero{
        background-position: -1000px 0;
    }
    #hero .btn-h-orange{
        margin: 0;
    }

}

@media(max-width:576px){
    #hero .btn-orange{
        margin-bottom: 15px;
    }
}

#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 .row{
    justify-content: center;
}

#mc{
    padding: 50px 0
}

#mc .content h2{
    color: #0E192E;
    font-size: 30px;
    line-height: 38px;
}
#mc .content h3{
    color: #0E192E;
    font-size: 25px;
    line-height: 37px;
    font-weight: 500
}
#mc .content h4{
    color: #0E192E;
    font-size: 25px;
    line-height: 37px;
    font-weight: 500
}
#mc .content h5{
    color: #0E192E;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}