.contactContainer { display: none; } @media screen and (min-width: 1367px) { .contactContainer { align-items: center; border-top: 1px solid var(--UI-Grey-30); display: flex; flex-direction: column; gap: var(--Spacing-x5); justify-content: center; padding: var(--Spacing-x4) var(--Spacing-x2) var(--Spacing-x5); text-align: center; } .contact { display: grid; gap: var(--Spacing-x-one-and-half); } }