.df-faq {
  min-height: 269px;
  min-height: 16.8125rem;
  overflow: hidden;
  background-image: url("../../../../../../themes/inwi_diriddik/assets/img/bg-faq.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 20px 20px 0px #EDEDED;
          box-shadow: 0px 20px 20px 0px #EDEDED;
  -webkit-box-shadow: 0 1.25rem 1.25rem 0 #EDEDED;
          box-shadow: 0 1.25rem 1.25rem 0 #EDEDED;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.df-faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 269px;
  min-height: 16.8125rem;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 40px;
  padding: 2.5rem;
}
