/* iphone XS start*/
.small-caps {
    font-feature-settings: "smcp", "c2sc";
    font-variant-caps:all-small-caps
}
/* iphone XS end*/

.section-hardware .techspecs-column .image-hardware-connectors .diagram-mic .diagram-text-item{
    line-height: 1;
    padding-top: 6px;
}

@media only screen and (max-width:1068px) {
    .section-hardware .techspecs-column .image-hardware-connectors .diagram-mic .diagram-text-item{
        padding-top: 4px;
    }
}

@media only screen and (max-width:734px) {
    .section-hardware .techspecs-column .image-hardware-connectors .diagram-mic .diagram-text-item{
        padding-top: 2px;
    }
}

.section-hardware .techspecs-column .image-hardware-connectors .diagram-side .diagram-text-item{
    padding-top: 2px;
}