@media handheld, only screen and (min-width: 1200px) {
    .about-grid{
        grid-gap:90px;
    }
}