/* RULES FOR INDEX-NEW */
html {
    box-sizing: border-box;
}

#content h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #333;
    line-height: 1.9em;
    font-size: 1.9em;
}

#content h3 {
    font-family: 'Open Sans';
    font-weight: 300;
    color: #333;
    line-height: 1.8em;
    font-size: 1.8em;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.container {
    padding: 0 16px;
}

.img-rounded {
    border-radius: 50%;
    display: block;
    margin: auto;
}

.bio-title,
.bio-name {
    margin: 0;
    padding: 0;
}

/* UTILITY CLASSES */
.center {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.about-col {
    float: left;
    width: 33%;
    padding: 10px;
}

.about-founder {
    float: left;
    width: 66%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.about-row:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (max-width: 900px) {
    .about-col {
        width: 70%;
    }
}
