.promo__banner {
  padding: 40px 0;
}
.promo__expired {
  padding: 40px 0;
  text-align: center;
}
.promo__description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.promo__description p:first-child {
  margin-top: 0;
}
.promo__description p:last-child {
  margin-bottom: 0;
}

.promo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px -20px;
}
.promo-list__item {
  display: inline-block;
  width: 280px;
  height: 400px;
  text-decoration: none;
  background: #fff;
  position: relative;
  margin: 0 0 60px 20px;
}
.promo-list__item__image {
  height: 220px;
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-list__item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
  margin-bottom: 4px;
}
.promo-list__item__description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1023px) {
  .promo__banner {
    padding: 20px 0;
  }
  .promo__banner img {
    width: 100%;
  }
  .promo__description {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
