.LF-clarins-finder__container {
    padding: 40px;
  }
  .LF-clarins-finder__item {
    width: 262px;
  }
  .LF-clarins-finder__item-img {
    height: 260px;
  }
  .LF-clarins-finder__item-txt {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .LF-clarins-finder__item-txt > p:nth-of-type(2) {
    line-height: 1.4em;
  }
  @media only screen
  and (min-device-width : 834px)
  and (max-device-width : 1112px)
  and (orientation : portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .LF-clarins-finder__item{
        width: 294px;
        margin: 0 auto;
    }
    .LF-clarins-finder__item-txt{
        min-height: 60px;
    }
    .LF-clarins-finder__item-txt > p:nth-of-type(2) {
      min-height: 60px;
  }
  }
  @media only screen
  and (min-device-width : 834px)
  and (max-device-width : 1112px)
  and (orientation : landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .LF-clarins-finder__item {
        width: 210px;
        margin: 0 auto;
    }
    .LF-clarins-finder {
      padding: 20px 0;
      margin: 0 auto;
      max-width: 1600px;
      width: 100%;
  }
  .LF-clarins-finder__container {
      padding: 40px;
      gap: 40px;
  }
  .LF-clarins-finder__item-txt > p:nth-of-type(2) {
      margin: 0;
      margin-top: 0;
      font-size: 14px;
      line-height: 1.4em;
      margin-bottom: 15px;
  }
  .LF-clarins-finder__item-txt {
      padding-bottom: 20px;
  }
  .LF-clarins-finder__item-img {
      height: 208px;
  }
  .LF-clarins-finder__item-txt > p:first-of-type {
      min-height: 40px;
  }
  }
  
  /*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
  @media (max-width: 480px) {
  .LF-clarins-finder__container {
      padding: 0;
  }
    .LF-clarins-finder__item {
      width: 194px;
      margin: 0;
  }
  .LF-clarins-finder__item-img {
      height: 193px;
  }
  .LF-clarins-finder__item-txt > p:first-of-type {
      min-height: 40px;
  }
  .LF-clarins-finder__item-txt > p:nth-of-type(2) {
      margin-top: 0;
      line-height: 1.4em;
      min-height: 89px;
  }
  }