.about-content p{
    font-size: 18px;
}
.about-content ul, .about-content ol{
    padding-left: 30px;
    margin: 5px 0;
}
.about-photo__item {
    width: calc((100% / 3) - 20px);
    margin-bottom: 20px;
}
.about-photo__item img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.about-photo__item a {
    cursor: pointer;
}
@media (max-width: 700px) {
    .about-photo__item {
        width: calc((100% / 2) - 10px);
        margin-bottom: 10px;
    }
}
