#post .container {
    max-width: 1295px;
}
#post .hero img {
    width: 100%;
    height: 288px;
    object-fit: cover;
    margin-bottom: 100px;
}
#post .content .text {
    padding: 0 80px;
    position: relative;
}
#post .content .text::before {
    height: 6px;
    width: 68px;
    position: absolute;
    top: -28px;
    left: 0;
    background: #9BCB40;
    content: '';
}
#post .content .text::after {
    height: 68px;
    width: 6px;
    position: absolute;
    top: -28px;
    left: 0;
    background: #9BCB40;
    content: '';
}
#post .content .text h1 {
    color: #1A2335;
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 30px;
}
#post .content .text h2 {
    color: #1A2335;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 30px;
}
#post .content .text strong {
    font-weight: 600;
}
#post .content .text h3 {
    color: #1A2335;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 30px;
}
#post .content .text h4 {
    color: #1A2335;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
}
#post .content .text h5 {
    color: #1A2335;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
}
#post .content .text p {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 27px;
}
#post .content .text img {
    max-width: 100%;
    margin: 40px 0;
}
#post .content .text a {
    color: #2275D3;
    font-weight: 700;
    text-decoration: none;
}
#post .sidebar {
    position: relative;
}
#post .sidebar::before {
    height: 3px;
    width: 34px;
    position: absolute;
    top: -15px;
    left: -10px;
    background: #9BCB40;
    content: '';
}
#post .sidebar::after {
    height: 34px;
    width: 3px;
    position: absolute;
    top: -15px;
    left: -10px;
    background: #9BCB40;
    content: '';
}
#post .sidebar h2 {
    color: #2D2A25;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
}
#post .sidebar .post h3 {
    color: #1A2335;
    font-size: 17px;
    line-height: 23px;
}
#post .sidebar .post a {
    text-decoration: none;
}
#post .sidebar .post a p {
    color: #5A5A5A;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #9BCB40;
    padding-bottom: 20px;
}

#newsletter {
    background: #F9F9F6;
    margin-top: 70px;
}
#breadcrumbs {
    padding: 20px 0 10px;
}
#breadcrumbs a {
    color: #1A2335;
    text-decoration: none;
}

@media(max-width: 991px){
    #post .content .text {
        padding: 0 20px;
        position: relative;
    }
    #post .content .text::before {
        display: none;
    }
    #post .content .text::after {
        display: none;
    }
    #post .hero img {
        height: 250px;
        margin-bottom: 50px;
    }
    #post .sidebar {
        padding: 50px 20px 0;
    }
    #post .sidebar::before {
        display: none;
    }
    #post .sidebar::after {
        display: none;
    }
}


