<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------  dts   ------  */
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

.eco__page .eco__reduce-item-number {
    font-size: 40px;
}
.eco__page .eco__reduce-content {
    width: 100%;
    padding: 19px 9px;
}
.eco__page .eco__reduce-item-text {
    font-size: 12px;
}
.eco__page .eco__reduce-img {
    width: 122%;
}
}


/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    body,
  html {
    overflow-x: clip!important;
 }
}</pre></body></html>