.dp-beauty-consult {
  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 * {
  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: 1em;
  font-weight: normal;
  margin: 0px auto;
  padding: 20px;
  font-size: 42px;
  padding-top: 0;
}
.dp-beauty-consult__text {
  margin: 0;
  margin-bottom: 20px;
}
.dp-beauty-consult__box {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.dp-beauty-consult__link a {
  background-color: transparent;
  display: inline-block;
  color: #fff;
  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 #fff;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}




/*DTW Edits*/
.dp-beauty-consult__title{
  font-size: 27px;
}

/*DTW Responsive Edits*/
@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__title{
    padding: 0 0 20px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
  .dp-beauty-consult__title{
    padding: 0 0 20px;
  }
}

/*Mobile*/
/*761*/
@media only screen and (max-width:761px) {
  .dp-beauty-consult__box{
    width: 100%;
    max-width: 250px;
  }
  .dp-beauty-consult__title{
    padding: 0 0 20px;
  }
}

/*Iphone 7,8,9 plus*/
@media only screen
  and (max-width : 414px)
  and (max-height : 736px) {}
  
/*Iphone 7*/
@media only screen
  and (max-width : 375px)
  and (max-height : 667px) {}