@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'IBM Plex Sans';
}

/*Carousel OurCustomers*/
.carousel-OurCustomers {
  margin: 50px 0;
  padding: 0 30px;
}
.carousel-OurCustomers .swiper-slide a {
  display: inline-flexbox;
  width: 270px;
  height: 230px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-OurCustomers .swiper-slide a .testimonial {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-OurCustomers .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 25px;
}
.carousel-OurCustomers .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-OurCustomers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}

.image {
  margin: 5px; 
  width: 55px;
  display: inline-block;
}
