.about {
    min-width: 360px;
    max-width: 700px;
}

.about p {
    font-size: 0.9rem;
    line-height: 1.3rem;

}

.about p+p {
    margin-top: 15px;
}

.about p+ul {
    margin-top: 15px;
}

.about ul+p {
    margin-top: 15px;
}

.about ul {
    margin-left: 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.about p+h2,
.about ul+h2
{
    margin-top: 30px;
}
