@media only screen and (min-width: 1068px) {
  .techspecs-os-features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 0.11765em;
  }
}

@media only screen and (min-width: 734px) and (max-width: 1068px) {
  .techspecs-os-features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    grid-column-gap: 0.11765em;
  }
}

@media only screen and (max-width: 734px) {
  .section-in-the-box .chip-accessories {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .section-size .tower {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  #specs-additional-connections-1 {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 734px) {
  .techspecs-section.section-inputdevices {
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 734px) {
  .techspecs-section.section-size {
    padding-top: 0px !important;
  }
}
