#mc{
    padding: 50px 0;
}

#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: space-between;
}

#hero{
    background: #000000;
    padding: 50px 0;
}

#hero .meta{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#hero h1{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 37px;
    text-align: center;
}

#mc img{
    width: 100%;
    height: 608px;
    object-fit: cover;
}

#mc .row{
    justify-content: center;
}

#mc .content h2{
    font-size: 34px;
    line-height: 49px;
}

#mc .content h3{
    font-size: 28px;
    line-height: 49px;
}

#mc .content h4{
    font-size: 24px;
    line-height: 29px;
}

#mc .content h5{
    font-size: 21px;
    line-height: 25px;
}