#mc{
    padding: 50px 0;
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc .content h2 {
    color: #001F7E;

    /* H2 */
    font-family: Inter;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 137.931% */
}
#mc .content h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 141.667% */
}
#mc .content h4 {
    color: #001F7E;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    /* 143.478% */
}
#mc .content h5 {
    color: #001F7E;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    /* 147.619% */
}

#mc .content p{
    color: #1C2A45;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


#mc .content > :first-child{
    margin-top: 0!important;
}
#mc img{
    width: 100%;
    height: auto;
}
#mc .row{
    justify-content: center;
}

.hero {
    background: #E6F2F9;
    padding: 50px 0;
}
.hero .date {
    color: #D00C27;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.hero h1 {
    color: #001F7E;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
