/* font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif; */
/* font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif; */
/* font-family: "Gotham Cond A", "Gotham Cond B", Helvetica, Arial, sans-serif; */

.lip-oil-skin {
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  --GOTHAM-LIGHT: "Gotham Light", Helvetica, Arial, sans-serif;
  --pink-color: #f4496d;
  /*****************************************************************************/
  font-family: var(--GOTHAM-BOOK);
  text-align: center;
  color: #333333;
  overflow: hidden;
  background-color: #f9f8f7;
  max-width: 1170px;
  width: 100%;
  height: 427px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.lip-oil-skin * {
  box-sizing: border-box;
}

.lip-oil-skin__title {
  position: relative;
}

.lip-oil-skin__word--1::before,
.lip-oil-skin__word--3::after {
  display: inline-block;
  font-family: var(--CLARINS-FONT);
  position: absolute;
}

.lip-oil-skin__word--1::before {
  content: "“";
  font-size: 190px;
  line-height: 121px;
  left: -67px;
  top: 0;
}

.lip-oil-skin__word--3::after {
  content: "”";
  font-size: 133px;
  line-height: 148px;
  right: -35px;
  bottom: 0;
}

.lip-oil-skin__word--1 {
  font-family: var(--CLARINS-FONT);
  font-size: 62px;
  position: relative;
}

.lip-oil-skin__word--2 {
  font-family: var(--CLARINS-FONT);
  font-size: 41px;
  line-height: 18px;
}

.lip-oil-skin__word--3 {
  font-family: var(--CLARINS-FONT);
  /*font-size: 131px;*/
  line-height: 113px;
  position: relative;
  left: 40px;
}

.lip-oil-skin__description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 45px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.lip-oil-skin__text {
  padding-left: 10px;
  width: 100%;
}

.lip-oil-skin__image {
  height: 100%;
}

.lip-oil-skin picture {
  height: 100%;
}

@media screen and (max-width: 1170px) {
  .lip-oil-skin__image {
    width: 314px;
    height: auto;
  }

  .lip-oil-skin__text {
    max-width: 432px;
    width: 100%;
  }

  .lip-oil-skin {
    justify-content: center;
    width: calc(100% - 40px);
  }

  .lip-oil-skin picture {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .lip-oil-skin {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 30px;
  }

  .lip-oil-skin__word--1 {
    font-size: 44px;
    line-height: 20px;
  }

  .lip-oil-skin__word--2 {
    font-size: 29px;
    line-height: 29px;
  }

  .lip-oil-skin__word--3 {
    font-size: 93px;
    line-height: 78px;
    left: 30px;
  }

  .lip-oil-skin__text {
    padding: 0;
    padding-top: 35px;
  }

  .lip-oil-skin__word--1::before {
    font-size: 134px;
    line-height: 87px;
    left: -50px;
  }

  .lip-oil-skin__word--3::after {
    font-size: 93px;
    line-height: 98px;
    right: -28px;
  }

  .lip-oil-skin__description {
    margin-top: 15px;
    max-width: 270px;
    width: 100%;
  }

  /*.lip-oil-skin__description br {
    display: none;
  }*/
}

/*=========================================*/
.lip-oil-skin__word--3{
  font-size: 70px;
}

/*DTW EDITS*/
.lip-oil-skin__word--1{font-size: 45px;}
.lip-oil-skin__word--3 {font-size: 45px;line-height: 70px;left: 60px;}
/*.lip-oil-skin__word--3::after {line-height: 30px;}*/
.lip-oil-skin__description{font-size: 14px;}
.lip-oil-skin__word--3::after {
  font-size: 190px;
  line-height: 30px;
  right: -65px;
}

.lip-oil-skin__word--1::before {
  font-size: 190px;
  line-height: 90px;
  left: -65px;
}


@media screen and (max-width: 480px) {
.lip-oil-skin__word--1::before {font-size: 120px;line-height: 70px;left: -40px; }
.lip-oil-skin__word--1 {font-size: 36px;}
.lip-oil-skin__word--3 {font-size: 36px; }
.lip-oil-skin__word--3::after {font-size: 120px;line-height: 25px;right: -40px; }
}