#SPA-2019-OPENSPA-HEADER-FAQ {
    background-image: url(img/openspa-header-faq.jpg);
    height: 444px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #dfd3d4;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 761px){
  #SPA-2019-OPENSPA-HEADER-FAQ {
    background-image: url(img/openspa-header-faq-mobile.jpg);
    height: auto;
    padding-top: 247px;
    background-color: #fff;
}
}
@media screen and (min-width: 1600px){
  .MyContent .MyFullWidthBlock {
    width: 1600px;
    margin-left: -175px;
}
}
#SPA-2019-SKINSPA-HEADER {
    background-image: url(img/skinspa-header.jpg);
    height: 444px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #dfd3d4;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 761px){
  #SPA-2019-SKINSPA-HEADER {
    background-image: url(img/skinspa-header-mobile.jpg);
    height: auto;
    background-color: #fff;
    padding-top: 230px;
}
}

@media screen and (min-width: 1600px){
  .MyContent .MyFullWidthBlock {
    width: 1600px;
    margin-left: -175px;
}
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: 100%;
}
h2 {
  margin-top: 0;
  margin-bottom: 0.4em;
}

.dtw-TagTitle {
    color: #be0f34;
    display: block;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium" , Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}
.dtw-BoutiqueTitle {
    color: #000;
    margin: 0;
    padding: 0;
    display: block;
    font-family: ClarinsRegular, Clarins;
    font-size: 28px;
    font-weight: normal;
    line-height: 1em;
    position: relative;
    text-transform: none;
}
.dtw-Spatype{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 0;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book" , Helvetica, Arial, sans-serif;
}
.dtw-AdressText a {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    text-decoration: none;
    line-height: 1.6em;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Medium" , Helvetica, Arial, sans-serif;
}
.dtw-TelText a {
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    color: #000;
}
/*Flex items*/
.list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    max-width: 1250px;
    position: relative;
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.4em;
}
.list-item {
  display: flex; 
  padding: 0.5em;
  width: 100%;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .list-item{
    width: 48%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 31.00%;
  }
}
.list-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%;
}
.list-content p {
  flex: 1 0 auto;
}
.dtw-BtnLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
    display: inline-block;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: black;
    cursor: pointer;
    transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
    border: 2px solid #000;
}
.dtw-BtnLink span:hover, .dtw-BtnLink a:hover {
    color: black;
    background-color: white;
}
.button-container{
  width: 100%;
  display:flex;
}