@media only screen and (min-width: 1069px) {
  .padding-inline-start {
    padding-left: unset;
  }
}

.section-easy-does-it .container-hardware {
  height: unset;
}

@media only screen and (max-width: 1068px) {
  .section-easy-does-it .container-hardware {
    height: unset;
  }
}

@media only screen and (max-width: 734px) {
  .section-easy-does-it .container-hardware.macbook {
    /* padding-left: 4.2%; */
  }
}

.section-routers .router {
  width: 100%;
}

