#promotions-page h1 {
  margin: 24px 0;
}
@media (min-width: 768px) {
  #promotions-page h1 {
    margin-top: 46px;
    margin-bottom: 56px;
  }
}
.action-short {
  width: 100%;
}
.action-short__image {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .action-short__image {
    margin-bottom: 8px;
  }
}
.action-short__title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.promotion-img {
  margin: 0 !important;
}
.promotion-item-title {
  margin-bottom: 0px !important;
  max-width: 555px;
}
.promotion-item-date {
  margin-top: 14px;
  font-size: 14px;
  color: #898989;
  font-weight: 500;
}
.promotion-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .promotion-item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.promotion-item-wrapper > div {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .promotion-item-wrapper > div {
    max-width: calc(45% - 30px);
  }
}
.promotion-item-wrapper > div + div {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .promotion-item-wrapper > div + div {
    margin-left: 40px;
    margin-bottom: 0px;
  }
}
.promotion-card-image {
  padding: 30px 34px;
  aspect-ratio: 1.93379791;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  border-radius: 15px;
  margin-bottom: 0px;
}
.promotion-card .action-short__title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.promotion-title {
  font-size: 20px;
  font-weight: 700;
  max-width: 271px;
}
