#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: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

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

#hero p a{
    color: #F5A555;
}

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

#block{
    padding: 50px 0;
}

#block:nth-of-type(odd){
    background: #F8F8F8;
}

#block img{
    width: 100%;
    max-width: 674px;
    max-height: 441px;
    height: auto;
    aspect-ratio: 674/441;
}

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

#block:nth-of-type(odd) .content{
    padding: 0 50px 0px 0px;
}

#block .content{
    padding-left: 50px;
}

#block h2{
    color: #0E192E;
}

#block p:first-of-type{
    color: #0E192E;
    font-family: 'Oswald';
    font-size: 20px;
    font-weight: 700;
}

#block p{
    color: #0E192E
}

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

#block .btn-orange{
    margin-right: 7px;
}

#block .btn-orange:hover{
    color: #0E192E;
}

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