/* Desktop */
@media (min-width: 800px) {
    .about {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .about p {
        width: 40vw;
        height: auto;
        padding: 3vw 2vw;
        font-size: 1vw;
    }
    .about p a {
        display: inline;
    }

    .about img {
        height: 80%;
        border-radius: 1vw;
    }
}

/* Phone */
@media (max-width: 800px) {
    
}