section {
  display: grid;
  place-items: center;
  margin: auto auto;
  font-family: Poppins;
}

.review-wrapper {
  padding: 3em 0em 3em 3em;
}

.sp-carousel {
  display: flex;
  gap: 15px;
  margin: auto auto;
  position: relative;
  overflow-x: hidden;
  width: 100% !important;
}

.SP-slider {
  padding: 1rem;
  height: auto;
  transition: opacity 0.5s ease-in-out;
  flex: 0 0 100%;
  width: 60%;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.SP-slider > img {
  width: 5em;
  margin: 5px 5px;
}

.SP-slider > .reviewer-name {
  font-size: large;
}

.order-landing__data {
  text-align: center;
  padding: 1rem 1rem 2rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
}

.dot.active {
  background-color: #000;
}

.dot:hover {
  background-color: #aaa;
}

.bi {
  color: #000;
}

.order-landing__data {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .order-landing__data {
    width: 50%;
    float: left;
  }
}

.SP-slider .slide {
  flex: 1;
  text-align: center;
  transition: filter 0.3s;
}

.SP-slider .slide:not(.active) {
  filter: blur(5px);
}

.carousel-dots {
  text-align: center;
}

.carousel-dots .dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
