.df-kit {
  min-height: 269px;
  min-height: 16.8125rem;
  overflow: hidden;
  background-image: url("../../../../../../themes/inwi_diriddik/assets/img/kit.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.df-kit__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;
  padding: 40px;
  padding: 2.5rem;
}
