.banner-promotion-container {
    width: 100%;
    background:linear-gradient(135deg,#eD510F,#fddc02);
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
  }

.banner-promotion-container .banner-promotion-text {
  margin: 0;
}

.promotion-text {
  color: #ed510f;
  font-size: 16px;
  font-weight: 600;
}