#hero{
    background: #0E192E;
    padding: 70px 0;
}

#hero h1{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

#hero .meta{
    display: flex;
    margin-bottom: 20px;
}

#hero .name{
    color: #17A0D6;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 10px;
}

#hero .date{
    color: #F2F2F4
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc{
    padding: 70px 0;
}

#mc img{
    width: 100%;
    height: 609px;
    object-fit: cover;
}

#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;
}

#posts{
    padding: 70px 0;
}

#posts h2{
    text-align: center;
    font-size: 40px;
    color: #0E192E;
    font-weight: 900;
}

#posts .header{
    margin-bottom: 50px;
}

#posts .inner{
    display: flex;
    background: #0E192E;
}

#posts img{
    height: 100%;
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}

#posts .left{
    width: 35%;
}

#posts .right{
    width: 65%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#posts a{
    text-decoration: none;
    color: #CECECE;
}

#posts .meta{
    display: flex;
    margin-bottom: 15px;
}

#posts .name{
    color: #17A0D6;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 15px;
}

#posts .date{
    color: #fff;
}

#posts h3{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
}

#posts p{
    color: #CECECE;
}

@media(max-width:576px){
    #posts .inner{
        flex-direction: column;
    }
    #posts .left,
    #posts .right{
        width: 100%;
    }
}