.promotion {
  padding: 37px 30px 100px
}

@media screen and (min-width:1024px) {
  .promotion {
    padding: 55px 46px 95px
  }
}

.promotion .head__wrapper {
  margin-bottom: 30px
}

@media screen and (min-width:1024px) {
  .promotion .head__wrapper {
    margin-bottom: 40px
  }
}

.promotion .head__wrapper h2 {
  margin-bottom: 8px;
  font-family: Ernestine Offc Pro Bold;
  text-align: left;
  font-size: 34px;
  color: #89532f
}

@media screen and (min-width:1024px) {
  .promotion .head__wrapper h2 {
    margin-bottom: 37px;
    font-size: 50px;
    text-align: center;
    color: #89532f
  }
}

.promotion .head__wrapper .filter__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.promotion .head__wrapper .filter__wrapper .search__input {
  padding-left: 20px;
  padding-right: 50px;
  width: 50%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #89532f;
  background-image: url(/images/icons/magnifying.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 15px;
  font-size: 12px;
  color: #89532f
}

@media screen and (min-width:375px) {
  .promotion .head__wrapper .filter__wrapper .search__input {
    width: 169px
  }
}

@media screen and (min-width:1024px) {
  .promotion .head__wrapper .filter__wrapper .search__input {
    width: 300px
  }
}

.promotion .head__wrapper .filter__wrapper .sort__select span {
  font-family: Ernestine Offc Pro Bold;
  font-size: 14px;
  color: #89532f
}

@media screen and (min-width:1024px) {
  .promotion .head__wrapper .filter__wrapper .sort__select span {
    font-size: 16px
  }
}

.promotion .head__wrapper .filter__wrapper .sort__select select {
  outline: none;
  border: none;
  margin-left: 10px;
  font-family: Ernestine Offc Pro;
  -moz-text-align-last: right;
  text-align-last: right;
  font-size: 14px
}

@media screen and (min-width:1024px) {
  .promotion .head__wrapper .filter__wrapper .sort__select select {
    font-size: 16px
  }
}

.promotion .card__wrapper .card_promotion {
  margin-bottom: 30px
}

@media screen and (min-width:1024px) {
  .promotion .card__wrapper .card_promotion {
    margin-bottom: 40px
  }
}

.promotion .card__wrapper .old_promotion__box {
  margin-top: 9px;
  display: flex;
  justify-content: center
}

@media screen and (min-width:1024px) {
  .promotion .card__wrapper .old_promotion__box {
    margin-top: 0
  }
}

.promotion .card__wrapper .old_promotion__box a {
  font-family: Ernestine Offc Pro;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  color: #000
}

.promotion .card__wrapper .notfind {
  font-size: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 85px
}

.promotion .card__wrapper .notfind strong {
  font-family: Ernestine Offc Pro Bold
}

.promotion .text__box {
  color: white;
  overflow-y: auto !important;
  padding: 5px;
  white-space: pre-line;
  font-size: 0.75rem;
}