#hero {
    background: #090909;
    padding: 75px 0;
    border-bottom: #D69755 solid 4px;
    margin-bottom: 10px;
}
#hero .cat {
    color: #FFD5AA;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 4.12px;
}
#hero h1 {
    color: #FFFFFF;
    font-size: 37px;
    line-height: 44px;
    font-weight: 500;
}
#mc {
    margin-bottom: 50px;
}
#mc .featured {
    margin-bottom: 40px;
}
#mc .featured img{
    width: 100%;
}
#mc h2,
#mc h3,
#mc h4 {
    margin-bottom: 20px;
}
#mc p,
#mc li {
    color: #0C0C0C;
    font-weight: 300;
    line-height: 27px;
}
#mc .nav-links div {
    display: flex;
    margin-top: 30px;
}
#mc .nav-next {
    justify-content: flex-end;
}
#mc .nav-links a {
    width: 213px;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #A66C2F;
    text-decoration: none;
    color: #4D4D4D;
}
#mc .nav-links a:hover {
    background: #A66C2F;
    color: #fff;
}

#related {
    background: #FFF5EB;
    padding: 50px 0;
}
#related h2 {
    margin-bottom: 50px;
}
#related .wrap a {
    text-decoration: none;
}

#related .wrap {
    padding: 10px;
}

#related .text {
    color: #4D4D4D;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
#related h3 {
    margin: 15px 0;
}

#related img {
    border-radius: 5px;
}

#related .cat {
    margin-top: 15px;
    text-transform: uppercase;
    color: #A66C2F;
    font-size: 14px;
    line-height: 17px;
}
@media(max-width: 991px) {
    #mc .nav-links a {
        width: 100%;
    }
}
