.Services { & .network-list { width: 100%; overflow-x: auto; padding-top: 4px; & .scroll-container { display: flex; padding-bottom: 3rem; } } } @media (width < 1423px) { .Services { & .service-list article:last-child { grid-column: 1/-1; } } } @media (width < 600px) { .Services { & .network-list { --height: 380px; & article { flex-basis: 70vw; } } } }