.banner {
  background: url("../img/about-us.webp") center 44%/cover;
  height: 400px;
}
.banner .text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner h1 {
  margin-bottom: 3%;
}
.banner p {
  margin-bottom: 0;
}

#our-mission .btn_orange {
  margin-top: 10%;
}
#our-mission img {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 40px 0px;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  width: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 400px) and (max-width: 490px) {
  .swiper-wrapper img {
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .swiper-slide img {
    width: 75%;
  }
  .swiper-wrapper img.big_img {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .banner h1 {
    margin-bottom: 1%;
  }
  #our-mission .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #our-mission .mission-text {
    width: 50%;
  }
  #our-mission img {
    width: 45%;
    display: block;
  }
  #our-mission h2 {
    margin-bottom: 1.5%;
  }
  #client-list {
    padding-bottom: 0.5%;
  }
  #client-list h2 {
    margin-bottom: 1.5%;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .banner {
    height: 300px;
  }
  #our-mission .first_p {
    margin-top: 4%;
  }
  #our-mission p + p {
    margin-top: 3%;
  }
  #design-and-support {
    padding: 5% 0;
  }
  .swiper-slide img {
    width: 65%;
  }
  .swiper-wrapper img.big_img {
    width: 100%;
  }
}
@media (min-width: 999px) and (max-width: 1200px) {
  .swiper-slide img {
    width: 60%;
  }
  .swiper-wrapper img.big_img {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #our-mission .first_p {
    margin-top: 3%;
  }
  #our-mission p + p {
    margin-top: 2%;
  }
  #our-mission .btn_orange {
    margin-top: 6%;
    font-size: 18px;
  }
  #design-and-support {
    padding: 3% 0;
  }
  .swiper-wrapper img {
    width: 130px;
  }
  .swiper-wrapper img.big_img {
    width: 180px;
  }
}/*# sourceMappingURL=about-us.css.map */