.hub-explore__text {
    max-width: 851px;
}
body,
  html {
    overflow-x: clip!important;
 }

 .swiper-horizontal {
  margin-left: 18%;
}
 /* 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) {
.hub-explore__text {
    max-width: 515px;
}
body,
  html {
    overflow-x: clip!important;
 }
 .swiper-horizontal {
  margin-left: 26%;
}
}
/* 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;
 }
 .swiper-horizontal {
  margin-left: 23%;
}
}

@media (max-width: 480px) {
.hub-header {
    padding: 4px;
}
.hub-header__title span:first-child {
    font-size: calc(44px* var(--SCALE-TITLE));
}
.hub-header__title span {
    font-size: calc(55px* var(--SCALE-TITLE));
}
.hub-explore__title {
    font-size: 20px;
}
body,
  html {
    overflow-x: clip!important;
 }
}