.section-hardware .techspecs-column .image-hardware-connectors .diagram-text {
  font-size: 14px;
}

@media only screen and (max-width: 1068px) {
  .section-hardware .techspecs-column .image-hardware-connectors .diagram-text {
    font-size: 12px;
    width: 160px !important;
  }
}

@media only screen and (max-width: 734px) {
  .section-hardware
    .techspecs-column
    .image-hardware-connectors
    .diagram-text.diagram-optical {
    top: 251px;
    line-height: 1.1;
  }
}

@media only screen and (min-width: 735px) and (max-width: 1067px) {
  #main
    > section
    > section
    > div
    > div
    > div
    > div.callout-techspecs-environment-second-column {
    margin-top: var(--sk-headline-plus-first-element-margin, 0.8em);
  }
}

@media only screen and (min-width: 1068px) {
  #main
    > section
    > section
    > div
    > div
    > div
    > div.callout-techspecs-environment-second-column {
    margin-top: var(--sk-headline-plus-first-element-margin, 0.8em);
  }
}
