/*! Place your custom styles here */
@media screen and (max-width: 768px) {
    section#sobre {
        /* padding-top: 0; */
    }
    a.link-email {
        font-size: .9em;
    }
}
.custom-quote {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1em;
    border-left: 1px solid rgba(20, 20, 20, .2);
}
.custom-quote p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}