#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 #hero.post-hero{
    background: #211448;
    padding: 70px 0;
    margin-bottom: 50px;
}
#mc #hero.post-hero h1{
    color: #FFF;
    text-align: center;
    font-family: Domine;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; /* 145% */
}

#mc .content.container{
    padding: 0;
}

#mc .content h2 {
    color: #3A1E92;
    font-family: Domine;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
#mc .content h3 {
    color: #3A1E92;
    font-family: Domine;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
#mc .content h4 {
    color: #3A1E92;
    font-family: Domine;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
#mc .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
