.aboutAvatar {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 15px 0;
    width: 25%;
}

.aboutAvatar img {
    max-width: 100%;
}

.aboutAvatar div {
    margin-top: -2px;
    text-align: center;
}

.aboutRight {
    margin-left: 157px;
}

.personalQuote {
    font-style: italic;
}

.aboutQuote {
    color: #FF5E00;
}