.contact-grid {
    /* display: flex; */
}

@media (min-width: 1024px) {
    .contact-grid {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    }
}