
@media ( max-width : 767px) {
  .home-main-title {
    padding: 11px 16px 10px;
    font-size: 18px;
    line-height: 23px;
  }

  /*Section Presentation Diapers*/
  .section_presentation_diapers .container__inner {
    flex-direction: column;
  }
  .image_presentation_left {
    max-width: 100%;
  }

  .image_presentation_left img.image_presentation_diapers{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .detail-point[data-id="2"] {
    bottom: 20%;
    right: 25%;
  }

  .detail-point[data-id="3"] {
    top: 10%;
    left: 15%;
  }

  .detail-point[data-id="1"] {
    bottom: 15%;
    left: 12%;
  }

  .content_presentation_right
  {
    padding: 50px 35px;
  }

  /*Section Impact Reduction*/
  .section_impact_reduction .container_content {
    top:unset;
    transform: unset;
    bottom: 0;
    left: 0;
    padding: 35px 35px 50px;
  }

  .details {
    width: 200px;
  }

  .section_impact_reduction {
      background: #EFE8E0;
      padding-bottom: 250px ;
  }

  .section_impact_reduction picture img {
      width: 100%;
  }

  /*Section Brand List*/
  .slider-manufacturers__wrapper .c-title {
    font-size: 25px;
    padding: 0;
  }


  .index-featured-products .swiper-button-next, .index-featured-products .swiper-button-prev {
    display: none;
  }

  .index-featured-products {
    padding: 10px 0;
  }

  .index-featured-products .c-title {
   padding: unset;
    font-size: 20px;
  }

  .detail-point[data-id="4"] {
    top: 8%;
    right: 23%;
  }

  .title_presentation_diapers {
    font-size: 35px;
  }

  .text_presentation_diapers,.subtitle_presentation_diapers {
    font-size: 15px;
  }

  .title-block-item,.slider-manufacturers__wrapper .c-title__subtitle {
    font-size: 14px;
  }

  .details {
    left: -20px;
  }
  .subtitle_impact_reduction {
    font-size: 12px;
  }
  .title_impact_reduction {
    font-size: 22px;
  }

  .slider-manufacturers__wrapper .section__content {
    padding: 0 10px;
  }

  .index-featured-products .featured-products {
    padding-bottom: 2em;
  }
}

@media (min-width : 570px) and (max-width: 767px)  {
  .section_impact_reduction {
    padding-bottom: 100px !important;
  }

  .content_presentation_right {
    padding: 50px 0px;
  }

  .detail-point[data-id="2"] {
    bottom: 35%;
    right: 27%;
  }

  .detail-point[data-id="3"] {
    top: 20%;
    left: 20%;
  }

  .detail-point[data-id="1"] {
    bottom: 20%;
    left: 25%;
  }

}


@media (min-width : 768px) and (max-width: 1199px) {
  /*Section Info*/
  .c-info-list__inner {
    gap: 20px;
    padding: 10px 0;
  }

  /*Section Cards*/
  .section__cards-present-list__inner .c-card-present__btn {
    margin-top: 10px;
  }

  /*Section Presentation Diapers*/
  .image_presentation_left{
    height: 470px;
  }

  .image_presentation_left img.image_presentation_diapers {
    height: 100%;
    object-fit: cover;
  }

  .detail-point[data-id="2"] {
    bottom: 35%;
    right: 20%;
  }

  .detail-point[data-id="3"] {
    top: 15%;
    left: 5%;
  }

  .detail-point[data-id="1"] {
    bottom: 25%;
    left: 5%;
  }

  .detail-point[data-id="4"] {
    top: 15%;
    right: 17%;
  }

  .content_presentation_right {
    padding: 30px;
  }

  /*Section Impart Reduction*/
  .section_impact_reduction {
    height: 450px ;
  }
  .section_impact_reduction .container_content {
    width: 400px;
    padding: 20px 0;
  }
  .section_impact_reduction picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 2000px) {
  .section_impact_reduction .container_content {
    left: 10%;
  }
}
