.swiper-pagination-bullet-active {
  background-color: white;
}

a.active {
  position: relative;
}

a.active::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #f59626;
  width: 40px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.title {
  position: relative;
  padding-bottom: 12px;
  font-size: 36px;
}

.title::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #f59626;
  width: 60px;
  left: 0;
  bottom: 0;
}

.content {
  color: #555555;
  font-size: 20px;
}

.section1 {
  background: url(images/about-bg.webp) no-repeat right;
  background-size: contain;
}

.container.container {
  max-width: 1200px;
}