#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;
}

#relatedHeader{
    text-align: center;
    padding: 50px 0;
    background: #252A3C;
}

#relatedHeader h2{
    color: #fff
}

#related{
    padding: 50px 0;
}

#related img{
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}

#related a{
    text-decoration: none;
}

#related h3{
    margin-bottom: 20px
}

#related .btn{
    max-width: none;
    width: 260px;
}