#about {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

#about figure {
    width: 50%;
}

@media screen and (max-width: 1000px){
    #about figure {
        display: none;
    }
}