<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------  local   ------  */

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.dsl__page .dsl__compare-item-title {
    font-size: 39px !important;
}
.dsl__page .dsl__compare-item-text {
    width: 82% !important;
}
 }


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.dsl__page .dsl__compare-item-text {
    width: 78% !important;
}
.dsl__page .dsl__compare-item-detail-text {
        padding-left: 21px !important;
    }

}
 @media screen and (max-width: 480px){

 }

</pre></body></html>