body, html { overflow-x: clip !important; }
.exf__page .exf__service {
  border-left: solid 1px #d3ccc8;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .exf__page .exf__collagen-subtitle {
    width: 80%;
    margin: auto;
  }
  .exf__page .exf__navigation {
    top: unset !important;
  }
}
@media (max-width: 480px) {
  .exf__page .exf__header-title-2 {
    font-size: calc(27* var(--ratioHeaderWidth));
  }
}