.modified-container {
    padding-top: 100px;
}

.section-padded .container {
    padding-top: 50px;
}

.interview-block {
    margin-bottom: 10px;
}
.interview-question {

    font-weight: bold;
    margin-bottom: 5px;
}
.interview-response {
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .article {
        font-size: 18px;
    }
}




.contentbuilder_header_citation {
    font-family: Georgia, serif;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: oblique;
}

cite.quote {
    display: block;

    font-family: Georgia, serif;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;

    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 25px;
    font-style: oblique;
    font-weight: normal;

    color: #888;
}
cite .quote_source {
    font-family: arial, helvetica, sans-serif;

    color: #b8b8b8;
    font-size: 12px;
    font-style: normal;
}