body#single {
    background: #edf1f3 !important;
}
body#page-sidebar {
    background-color: antiquewhite;
}
#single .col-md-8 article {
    background-color: #fff;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
section.faq {
    border: solid 1px;
    background-color: #f3e19936;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.post-title {
    font-size: 20px;
    font-weight: 900;
    border-bottom: solid 3px #191965;
    padding: 0 0 8px 4px;
    margin-bottom: 15px;
}

.faq-section {
    padding: 10px;
}
h3 {
    font-size: 18px!important;
    font-weight: 600!important;
}
p {
    line-height: 33px;
    padding: 5px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #272222;
}
div#media_image-3 img {
    width: 100%;
}
span.post-date {
    font-size: 15px;
    font-weight: 500;
}
#single .col-md-8 article h2 {
    font-size: 20px;
    font-weight: 600;
}
@media (min-width: 768px) {
    #single .col-md-8 article {
        padding: 33px;
    }
    .post-title {
        font-size: 23px;
    }
    #single .col-md-8 article h2 {
        font-size: 21px;
        font-weight: 600;
    }
}