#about-section {
    margin-top: 5em;
}

.about-photo div {
    background-color: lightgrey;
    border-radius: 20px!important;
}

.about-photo img {
    width: 100%;
    height: auto;
    padding: 0 10px 10px 0;
    margin: -10px 0 0 -10px;
    border-radius: 20px!important;
}

p.text-comment {
    font-style: italic!important;
    font-size: 12px!important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    .about-photo {
        width: 50%;
        margin: 0 0 50px 26%;
    }
}