.everywhere { padding: 110px 6vw; background: linear-gradient(180deg, #050a13, #0a1622); }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 45px; }
.device-grid article { padding: 30px; background: #0b1420; border-top: 2px solid #16d9ff; }
.device-grid article > span { font-size: 34px; color: #16d9ff; }
.device-grid h3 { font-size: 22px; }
.device-grid p { color: #8ea0af; line-height: 1.7; }
@media (max-width: 700px) {
  .everywhere { padding: 80px 22px; }
  .device-grid { grid-template-columns: 1fr; }
}
