.swiper {
  width: 100%;
  height: 400px;
}

.swiper-pagination {
  text-align: right !important;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background-color: transparent !important;
  border: 2px solid #74C36E;
  width: 15px !important;
  height: 15px !important;
}

.swiper-pagination-bullet-active {
  background-color: #74C36E !important;
}

.customer-container {
  display: flex !important;
  /* gap: 15px !important; */
  justify-content: center !important;
  align-items: center !important;
}

.customer-review {
  flex: 1;
  background-color: white;
  padding: 6em 3em;
  border-radius: 18px;
  margin-right: 20px;
}

.customer-row2 {
  display: flex;
  align-content: center;
  margin-top: 2em;
}

.customer-row2 img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #2A9E79;
}

.customer-info {
  margin-left: 20px;
}