#promoPanel .panel__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.5rem;
}
#promoPanel .panel-img-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1rem;
  width: 100%;
}
#promoPanel .panel-img-body__item {
  width: 100%;
}
#promoPanel .panel-img-body__item img {
  height: 250px;
}

/*# sourceMappingURL=/panel-promo.b295e7ad.css.map */