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

.page-ban-ca__section-spacing {
  padding: 60px 0;
}

.page-ban-ca__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-ban-ca__center-text {
  text-align: center;
}

.page-ban-ca__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-ban-ca__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-ban-ca__section-title--white {
  color: #FFFFFF;
}

.page-ban-ca__section-title--white::after {
  background-color: #FFFFFF;
}

.page-ban-ca__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: justify;
}

.page-ban-ca__text-block--white {
  color: #FFFFFF;
}

.page-ban-ca__highlight-text {
  color: #017439;
  font-weight: bold;
}

.page-ban-ca__highlight-text--yellow {
  color: #FFFF00;
  font-weight: bold;
}