
.container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.mySwiper {
  max-width: 1100px;
  height: 55vh;
  display: flex;
  align-items: center;
}

.card {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  height: 200px;
}

.swiper-slide {
  display: flex;
  align-items: center;
}

.card img {
  width: 130px;
  border-radius: 50%;
  margin-top: -70px;
}

h3,
h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 12px;
  margin-top: 10px;
  color: #0096FF;
}

.swiper-button-next,
.swiper-rtl,
.swiper-button-prev {
  color: #fc2121;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 32px;
}

.review i {
  color: orange;
}
