.about div.p {
    padding: 10px;
}

.about .f2 {
    margin: 40px 0;
}

.about .info {
    padding-top: 30px;
}

.about .description {
    text-align: center;
    font-size: 18px;
}

/* Desktop */
@media (min-width: 800px) {
    .f2:first-of-type,
    .f2:last-of-type {
        display: flex;
        flex-direction: row-reverse;
    }
}