#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;
}


#hero{
    padding: 100px 0 150px;
    background: #04143B;
}

#hero h1{
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

#mc img{
    width: 100%;
    max-width: 970px;
    height: 535px;
    object-fit: cover;
}

#mc{
    padding: 0px 0 50px;
    margin-top: -70px;
}

#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
}

#latest{
    padding: 50px 0;
}

#latest h2{
    text-align: center;
    color: #0E192E;
    font-size: 40px;
    margin-bottom: 50px;
}

#latest img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}

#latest a{
    text-decoration: none;
}

#latest .cat{
    color: #03143B;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#latest h3{
    color: #03143B;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.38px;
}

#latest p{
    color: #535353
}