.page-promotions {
  color: #333333;
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-promotions__section {
  padding: 60px 0;
}

.page-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
}

.page-promotions__content-area {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}