.ldp-questions {
  padding-top: 84px;
  padding-bottom: 84px;
  background: #f4efeb;
}
.ldp-wrapper_product_box {
  background-color: transparent;
}
.ldp-questions-title {
  width: 100%;
  margin-bottom: 40px;
}
.ldp-questions-title-title {
  color: #b48c72;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.ldp-questions-title-description {
  margin-top: 8px;
  color: var(--Black, #242424);
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.panel.panel-default.wrapper_product_box.ldp-wrapper_product_box {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .ldp-questions {
    padding: 42px 16px 4px 16px;
  }
  .ldp-questions-cont.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
