.tested_devices {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tested_devices .section__header {
  display: flex;
  justify-content: space-between;
}
.tested_devices .section__header h1 {
  width: 499px;
}
.tested_devices .section__header p {
  width: 497px;
}
@media (max-width: 1009px) {
  .tested_devices .section__header {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 750px) {
  .tested_devices .section__header h1 {
    width: 100%;
  }
  .tested_devices .section__header p {
    width: 100%;
  }
}
.tested_devices__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 19px;
  row-gap: 9px;
}
@media (max-width: 1062px) {
  .tested_devices__items {
    grid-template-columns: repeat(12, 1fr);
    overflow: auto;
  }
}
.tested_devices__items .tested_devices__item {
  width: 239px;
  display: grid;
  grid-template-rows: 159px 1fr;
  padding: 25px 10px;
  gap: 20px;
  height: 296px;
  border-radius: 1.743px;
  border-width: 0;
  background: #EFF0F3;
}
.tested_devices__items .tested_devices__item:not(:has(img)) {
  background: #FFFFFF;
}
@media (max-width: 1062px) {
  .tested_devices__items .tested_devices__item:not(:has(img)) {
    display: none;
  }
}
.tested_devices__items .tested_devices__item__name {
  color: #040B2F;
  text-align: center;
  font-family: Inter;
  font-size: 13.945px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.523px */
}
/*# sourceMappingURL=tested_devices.css.map */