.contacts-page-wrapper {
  overflow: hidden;
}

.faq-section .flash-sale-splash {
  background: url('/img/faq/Img-faq-bg.jpg') no-repeat 0 0;
  background-size: cover;
  height: 320px;
  padding-top: 125px;
  padding-left: 100px;
  padding-right: 100px;
}

.questions-section {
  /* background: #272B30; */
  padding-left: 45px;
  padding-right: 45px;
  min-height: 700px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.question-wrapper {
  /* border: 1px solid #cccccc; */
  background-color: #272b30;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 10px;
}
.question-wrapper img.closed {
  height: 21.33px;
  width: 21.33px;
  margin-top: 8px;
  margin-right: 21px;
}
.question-wrapper img.opened {
  height: 21.33px;
  width: 21.33px;
  margin-top: 8px;
  margin-right: 21px;
}
.question-wrapper a {
  float: left;
  display: block;
}

.question-text {
  float: left;
  display: block;
  color: #ffffff;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.13px;
  line-height: 40px;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

.answer-text {
  clear: both;
  color: #ffffff;
  font-family: 'Avenir Next';
  font-size: 15px;
  line-height: 30px;
  margin-top: 25px;
}

.toogle-answer {
  cursor: pointer;
}

@media screen and (max-width: 1288px) {
  .flash-sale-splash__title {
    color: #ffffff;
    font-family: 'Avenir Next';
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.19px;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  }

  .faq-section .flash-sale-splash {
    background: url(/img/faq/Img-faq-bg.jpg) no-repeat 0 0;
    background-size: cover;
    height: 250px;
    padding-top: 90px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .questions-section {
    /* background: #272B30; */
    padding-left: 42px;
    padding-right: 42px;
    min-height: 700px;
    padding-top: 30px;
  }
  .question-text {
    float: left;
    display: block;
    color: #ffffff;
    font-family: Avenir;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.11px;
    line-height: 25px;
    text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    max-width: 220px;
  }
  .question-wrapper {
    /* border: 1px solid #cccccc; */
    background-color: #272b30;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
  }

  .answer-text {
    font-family: 'Avenir Next';
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .questions-section {
    padding-left: 0px;
    padding-right: 0px; 
    padding-top: 0px; 
  }
}
