#hero{
    padding-top: 50px;
}

#hero .row{
    justify-content: center;
}

#hero img{
    width: 100%;
    max-height: 523px;
    object-fit: cover;
    margin-bottom: -50px;
}

#mc{
    padding: 100px 0 50px;
}

#mc h1{
    color: #7B5810;
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

#mc .line{
    border-top: 2px solid #C8C8C8;
    width: 330px;
}

#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 p{
    font-weight: 300;
}

#mc .row{
    justify-content: center;
}

#mc .content h2{
    font-size: 26px;
    color: #7B5810;
    line-height: 32px;
    letter-spacing: 5.2px;
    font-weight: 500;
}

#mc .content h3{
    font-size: 23px;
    color: #7B5810;
    line-height: 28px;
    letter-spacing: 4.6px;
    font-weight: 500;
}

#mc .content h4{
    font-size: 21px;
    color: #7B5810;
    line-height: 25px;
    letter-spacing: 4.2px;
    font-weight: 500;
}

#mc .content h5{
    font-size: 20px;
    color: #7B5810;
    line-height: 24px;
    letter-spacing: 4px;
    font-weight: 500;
}
