.dp-beauty-consult {
  display: flex;
  margin: 0 auto;
  text-align: center;
  max-width: 1048px;
  position: relative;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-beauty-consult .Background {
  flex-basis: 69%;
}
.dp-beauty-consult .dp-beauty-consult__box {
  flex-basis: 31%;
}
.dp-beauty-consult .Background img{
  width: 100%;
}
.dp-beauty-consult * {
  box-sizing: border-box;
}
.dp-beauty-consult img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-beauty-consult img {
    margin: 0 auto;
    max-width: 1048px;
    width: 1048px;
    /* margin-left: calc(50% - 524px); */
  }
}
.dp-beauty-consult__title {
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1.2;
  font-weight: normal;
  margin: 0px auto;
  /* padding: 20px; */
  font-size: 35px;
  padding-top: 0;
}
.dp-beauty-consult__text {
  margin: 0;
  margin-top: 20px;
}
.dp-beauty-consult__link {
  margin: 25px 0 0;
}
.dp-beauty-consult__box {
  /* color: #fff; */
  /* position: absolute; */
  z-index: 2;
  background-color: #fbf6f3;
  text-align: left;
  padding: 35px 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dp-beauty-consult__link a {
  background-color: transparent;
  display: inline-block;
  color: #333;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #333;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

@media (max-width: 762px) {
  .dp-beauty-consult {
    display: block;
  }
  .dp-beauty-consult__box {
    text-align: center;
    align-items: center;
  }
}



/*-------------------------------------------------------------------------------------*/
.dp-beauty-consult__link a {
    text-transform: unset;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .dp-beauty-consult .Background {
      flex-basis: 50%;
  }
  .dp-beauty-consult .dp-beauty-consult__box {
      flex-basis: 51%;
      padding: 10px 15px;
  }
  .dp-beauty-consult__title {
      margin: 0;
  }
}