article {
    padding: 20px 45px 40px 45px;
}
article.article1 {
    background: url(/static/website/aboutus/pattern.png) repeat;
    margin-bottom: 50px;
    padding-bottom: 0;
}
article.article1 > .row {
    background: white;
    /*max-width: 960px;
    margin: auto;
    display: block;*/
}

blockquote {
    text-align: center;
    border-left: 0;
    padding-top: 30px;
}
blockquote > p {
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}
blockquote > footer:before {
    /*content: '\2014\2014';*/
    content: url('../website/aboutus/dash.png');
    font-size: 2em;
    color: black;
}

#designIsSuccess {
    padding-top: 12px;
}

#architectureIsAnIntegral {
    margin-top: 30px;
}
#theNewPlan {
    margin-top: 26px;
}

.details-cols {
    clear: both;
    overflow: auto;
}
.col {
    padding: 0;
}
.col.bg-white, .col>.bg-white {
    background: #fff;
    padding: 40px 20px 20px 20px;
}

.col p {
    font-family: 'Corbel', sans-serif;
    font-weight: 500;
    font-size: 11pt;
    letter-spacing: 0.04em;
    margin: 0 0 18px;
    text-align: justify;
}
.col p .lead {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.col .image {
    text-align: center;
}
.col img {
    width: 100%;
    padding: 20px 20px;
    /*padding: 0 0 20px 20px;*/
}

.col blockquote {
    padding-left: 0;
    padding-right: 0;
}
.col blockquote > p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16pt;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: 17pt;
}

hr.short {
    border: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

hr.short:before {
    margin: auto;
    margin-bottom: 10px;
    content: url('../website/aboutus/dash.png');
    color: black;
}

@media (min-width: 768px) {
    .article1.col {
        min-height: 685px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    blockquote > p {
        font-size: 14pt;
        line-height: 0.85;
        padding-top: 20px;
    }
    .col blockquote > p {
        font-size: 12.5pt;
        line-height: 1;
    }
    .col p {
        margin: 0;
        font-size: 10.5pt;
    }
    hr.short {
        padding-top: 0;
    }
    #row1Col1 {
        padding-top: 25px;
    }
    #row1Col2 {
        padding-top: 25px;
    }
    #designIsSuccess {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #architectureIsAnIntegral {
        margin-top: 0;
    }
    #weKnowThataStructure {
        padding-top: 0;
        padding-bottom: 25px;
    }
    article.article1 {
        margin-bottom: 40px;
    }
    #article2Col1 {
        padding-bottom: 0;
    }
    .col.bg-white, .col>.bg-white {
        background: #fff;
        padding: 0 20px;
    }
    blockquote {
        padding-top: 0;
    }
    #theNewPlan {
        margin-top: 10px;
    }
    article.article2 {
        padding-bottom: 25px;
    }
}