#hero {
    background: #F2EBE3;
}
#hero .btn-main {
    margin-right: 15px;
}
#hero .inner {
    display: flex;
    position: relative;
    justify-content: center;
}
#hero .inner .left {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 100px;
}
#hero .inner .left h1 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 36px;
    color: #000000;
}
#hero .inner .left p {
    font-weight: 300;
    line-height: 29px;
    color: #473026;
}
#hero .inner .left .tagline {
    margin-bottom: 0;
    color: #B56D33;
    font-weight: 500;
}
#hero .inner .right {
    flex-shrink: 0;
}
#hero .inner .right img {
    height: 628px;
    width: 960px;
}
#hero .text {
    padding: 100px 0;
    text-align: center;
    width: 100%;
}
#hero #breadcrumbs {
    position: absolute;
    top: 22px;
    color: #473026;
    font-size: 15px;
    font-weight: 300;
}
#hero #breadcrumbs a {
    color: #B56D33;
}
.featured {
    margin: -30px auto 50px;
    display: block;
    border-radius: 8px;
    height: 592px;
    width: 1057px;
}
#mc .content {
    padding: 0 10px;
}
#mc h2 {
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#mc h3 {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#mc h4 {
    font-weight: 24px;
    line-height: 29px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}
.nav-links a {
    border-bottom: 1px solid #284F2B;
    text-decoration: none;
    color: #294F2B;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
#related {
    background: #F2EBE3;
}
#related .tagline {
    margin-bottom: 0;
    color: #B56D33;
    font-size: 16px;
    line-height: 29px;
}
#related h2 {
    font-size: 27px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 50px;
}
#related .container-fluid {
    padding: 50px 100px;
}

#related .post {
    padding: 10px;
}
#related .wrap {
    background: #fff;
    border-radius: 8px;
}
#related .content {
    padding: 30px;
}
#related img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#related .btn {
    text-transform: uppercase;
}
#related .post h2 {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0;
}
#related .post p {
    color: #878787;
    font-weight: 300;
    font-size: 15px;
}
#related .post .date {
    color: #294F2B;
    font-size: 14px;
    text-transform: uppercase;
}
#cta .inner{
    border: 1px solid #8DA386;
    border-radius: 8px;
    margin-bottom: 50px;
    text-align: center;
    padding: 50px;
}
#cta h2{
    color: #473026;
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 30px;
}
#cta p{
    color: #473026;
    font-weight: 300;
}

@media (max-width: 1400px) {
    #hero .inner .left {
        padding: 50px 100px;
    }
}
@media (max-width: 1200px) {
    #hero .inner {
        flex-direction: column-reverse;
    }
    .featured {
        height: 208px;
        width: 370px;
    }
    #hero .text {
        padding: 100px 0 50px;
    }
}
@media (max-width: 991px) {
    #hero .inner .left {
        padding: 50px 20px;
        text-align: center;
    }
    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        flex-direction: column;
    }
    .nav-links a {
        display: block;
        text-align: center;
        margin: 20px 0;
    }
    #related .container-fluid {
        padding: 50px 10px;
    }
    #cta .inner{
        padding: 20px;
    }
}
