#hero{
    background: #14312B;
    padding: 50px 0;
}

#hero h1{
    color: #E9CC8B;
    font-size: 39px;
    line-height: 47px;
    letter-spacing: 1.56px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

#mc{
    padding: 50px 0;
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc .content h2{
    color: #15312B;
    font-size: 28px;
    line-height: 41px;
    font-weight: 400;
}

#mc .content h3{
    color: #15312B;
    font-size: 26px;
    line-height: 39px;
    font-weight: 400;
}

#mc .content h4{
    color: #15312B;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

#mc .content h5{
    color: #15312B;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

#mc .content p{
    font-size: 17px;
    color: #1A1A1A;
}

/* #mc .content > :first-child{
    margin-top: 0!important;
} */

#mc img{
    width: 100%;
    height: 615px;
    object-fit: cover;
    margin-bottom: 50px;
}
#mc .row{
    justify-content: center;
}