#mc{
    padding: 50px 0;
}

#mc h2{
    font-size: 30px;
    color: #213458;
    font-weight: 400;
}

#mc h3{
    font-size: 25px;
    color: #213458;
    font-weight: 400;
}

#mc h4{
    font-size: 22px;
    color: #213458;
    font-weight: 400;
}

#mc h5{
    font-size: 21px;
    color: #213458;
    font-weight: 400;
}

#mc p:first-of-type{
    color: #37558F;
    font-size: 19px;
    font-weight: 400;
}

#mc p{
    color: #221F20;
}

#mc h2,
#mc h3,
#mc h4,
#mc h5{
    margin: 50px 0 20px;
}

#mc > :first-child{
    margin-top: 0!important;
}

#people{
    padding: 50px 0;
}

#people .header{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

#people h2{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

#people .container-fluid{
    padding: 0 200px;
}

#people .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #728EC38F;
    padding: 20px;
}

#people .left{
    width: 49%;
}

#people h3{
    font-size: 25px;
}

#people .right{
    width: 49%;
    padding-left: 20px;
}

#people .inner img{
    width: 100%;
    object-fit: cover;
}

#people .inner a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #36558F;
    font-size: 17px;
}

#people .inner i{
    font-size: 25px;
}

@media(max-width:1700px){
    #people .container-fluid{
        padding: 0 100px;
    }
}

@media(max-width:1400px){
    #people .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:767px){
    #people .container-fluid{
        padding: 0 15px;
    }
    #people .inner{
        flex-direction: column;
        width: fit-content;
        margin: 0 auto
    }
    #people .left{
        width: 330px;
        margin-bottom: 20px;
    }
    #people .right{
        width: 330px;
        padding: 0;
    }
}

@media(max-width:1200px){
    #people .inner{
        flex-direction: column;
    }
    #people .left{
        width: 100%;
    }
    #people .inner img{
        height: auto;
    }
    #people .right{
        width: 100%;
    }
}

@media(max-width:991px){
    #people .inner img{
        height: auto
    }
}