@media only screen and (max-width: 768px) {

    .description .row {
        padding: 0 15px;
    }

}

h2.header {
    font-size: 1.28571429rem;
}

h1.header {
    font-size: 1.28571429rem;
}

section#classic-page img {
    max-width: 80%;
}

section#classic-page {
    margin-top: 20px;
    margin-bottom: 50px;
}

section#classic-page .row.odd {
    background: #1b202e;
    border-radius: 0;
    margin: 0 -13px;
    border-top: 1px solid #262c3b;
    border-bottom: 1px solid #262c3b;
}
section#classic-page .row {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.ui.raised.card.full-width {
    background: #1d2333;
    border: 1px solid rgba(255,255,255,.04);
}

.ui.card>.content>.description, .ui.cards>.card>.content>.description {
    color: #a4b0cb;
}