
body, html { overflow-x: clip !important; }

.dsl__page .dsl__header-text-2 {
    font-size: 15px !important;
}
.dsl__page .dsl__header-text-3 {
    font-size: 15px !important;
}

.dsl__page .dsl__tile-number-bloc {
    width: auto!important;
  }

@media (max-width: 480px) {

      .dsl__page .dsl__tile-numbers {
        align-items: center;
        padding-left: 35px;
         justify-content: center !important;
    }

    .dsl__page .dsl__facial-expert  {
          left: 43px !important;
    }

    .dsl__page .dsl__compare-item-details {
      padding-bottom: 3px !important;
  }

  .dsl__page .dsl__text {
    font-size: 12px !important;
  }

  .dsl__page .dsl__compare-item-text {
    padding-bottom: 15px !important;
}

	
     .dsl__page .dsl__tile-number-bloc{
      width: 50% !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__tile-numbers {
        align-items: center;
        padding-left: 17px !important;
        justify-content: center !important;
    }

    .dsl__page .dsl__compare-item[data-item="1"] .dsl__compare-item-content {
      left: -38px !important;
    }
    .dsl__page .dsl__compare-item[data-item="2"] .dsl__compare-item-content {
      left: 38px !important;
    }
        .dsl__page .dsl__compare-item-detail-text {
      font-size: 14px !important;
              width: 225px !important;
        }

        .dsl__page .dsl__compare-item-detail-legend  {
    padding-bottom: 30px !important;
    }

    .dsl__page .dsl__tile-number-bloc{
      width: 50% !important;

    }
}

@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__tile-numbers {
        align-items: center;
        padding-left: 65px !important;
        justify-content: center !important;
    }

    .dsl__page .dsl__compare-item-text {
              width: 300px;
    }

          .dsl__page .dsl__compare-item-detail-legend  {
    padding-bottom: 30px !important;
    }

     .dsl__page .dsl__tile-number-bloc{
      width: 50% !important;

    }
}



