#hero{
    background: #000000;
    padding: 50px 0;
}

#hero h1{
    color: #fff;
    font-size: 50px
}

#hero .content{
    color: #fff;
}

#hero span{
    color: #fff!important;
}

#hero span a{
    color: #fff;
    text-decoration: none;
}

#mc{
    padding: 50px 0;
}

#mc .featured{
    width: 100%;
    height: 610px;
    object-fit: cover;
}

#mc .row{
    justify-content: center;
}

#mc .content h2{
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    color: #000;
}

#mc .content h3{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}

#mc .content h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

#mc .content h5{
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}