
.imgback{
  background: 
      url("../img/aboutus.webp") center top no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--accent-color);
  font-weight: 700;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  width: 300px;
  border: 5px solid lightblue;
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

section p {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu,
    Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  color: #8c8c8c;
}
