#schools {
  background-image: url("/images/web/icons/09817eba93f5862786d174d4d734547b.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#schools .wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  #schools .wrapper {
    padding: 10px;
  }
}
#schools .wrapper .header {
  text-align: center;
  margin: 50px auto;
}
#schools .wrapper .header .headline-2 {
  text-align: center;
  color: #EFF1F3;
  margin-bottom: 15px;
}
#schools .wrapper .header .subtitle-2 {
  text-align: center;
  color: #EFF1F3;
}
#schools .wrapper .swiper {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
#schools .wrapper .swiper .swiper-pagination {
  bottom: 0;
}
#schools .wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #EFF1F3;
  width: 12px;
  height: 12px;
  opacity: 1;
  outline: none;
  transition: all 0.2s;
}
#schools .wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #EFF1F3;
  opacity: 1;
}
#schools .wrapper .swiper .card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  transition: all 0.2s;
  margin: 35px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#schools .wrapper .swiper .card img {
  transition: all 0.2s;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
  max-width: 350px;
}
#schools .wrapper .swiper .card h1 {
  margin: 0;
  text-align: center;
}
#schools .wrapper .swiper .card h3 {
  text-align: center;
  margin: 0;
}
#schools .wrapper .swiper .card .icon {
  font-size: 52px;
}

#schools::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/web/icons/b79612cf8c4d36b21c89815b5f48984b.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(3942%) hue-rotate(94deg) brightness(92%) contrast(80%) opacity(60%);
}
