.intro {
  flex-direction: column;
  gap: 88px;
  max-width: 1440px;
}

.intro h2 {
  font-size: 32px;
  font-weight: bold;
}

.intro h3 {
  font-size: 20px;
  font-weight: bold;
}

.intro .intro-text {
  font-size: 14px;
  color: #4B4B4B;
}

.page-section--slider .item {
  height: 460px;
  display: block;
}

.page-section--slider .item img {
  height: 100%;
  object-fit: cover;
}

.page-section--slider .owl-dots {
  text-align: center;
  padding: 17px 0;
}

.page-section--slider .owl-dot {
  background-color: #e1e1e1 !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 3px;
}

.page-section--slider .owl-dot.active {
  background: #0f208a !important;
}

.intro .achievements {
  margin-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .page-section--slider .owl-item {
    height: 360px;
  }

  .intro {
    gap: 30px;
  }

  .intro h2 {
    font-size: 20px;
  }

  .intro h3 {
    font-size: 18px;
  }


  .intro .achievements {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .page-section--slider .owl-item {
    height: 220px;
  }
}