#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;
}