#hero{
    padding: 100px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent linear-gradient(180deg, #061F2F 0%, #061D2D 48%, #071E2E 68%, #041624 100%) 0% 0% no-repeat padding-box;
    opacity: .8;
}

#hero h1{
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

#mc{
    padding: 50px 0;
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
    color: #062033;
    font-family: 'Poppins';
}

#mc .content h2{
    font-size: 32px;
    line-height: 36px;
}

#mc .content h3{
    font-size: 27px;
    line-height: 36px;
}

#mc .content h4{
    font-size: 24px;
    line-height: 33px;
}

#mc .content h5{
    font-size: 22px;
    line-height: 33px;
}

/* #mc .content > :first-child{
    margin-top: 0!important;
} */


#mc img{
    width: 100%;
    max-width: 960px;
    height: 593px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto 20px;
    display: block;
}

#mc .row{
    justify-content: center;
}

#latest{
    padding: 50px 0;
    background: #023A1505;
}

#latest .header{
    text-align: center;
    margin-bottom: 50px;
}

#latest img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

#latest .content{
    /* border: 1px solid #E9E9E9; */
    padding: 15px;
    background: #fff;
}

#latest .content h2{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #1E2227;
    font-family: 'Poppins';
}

#latest .content p{
    font-size: 14px;
    color: #1E2227;
    line-height: 23px;
}

#latest .btn{
    border: 1px solid #E9640D;
    color: #062033;
}

#latest .cat{
    position: absolute;
    font-size: 14px;
    background: #E9640D;
    color: #fff;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
}

#latest .wrap {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius:  20px 20px 0 0;
}

#latest .header h2{
    color: #062033;
    font-size: 40px;
}

#latest .header p{
    max-width: 600px;
    margin: 0 auto;
    display: block;
    color: #1E2227;
    letter-spacing: 0.32px;
}