.owl-carousel .item {
  position: relative;
}
.owl-carousel .owl-prev {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 1;
}
.owl-carousel .owl-prev:hover {
  background-color: transparent !important;
}
.owl-carousel .owl-prev span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: white;
  color: black;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding-bottom: 6px;
}
.owl-carousel .owl-next {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 1;
}
.owl-carousel .owl-next:hover {
  background-color: transparent !important;
}
.owl-carousel .owl-next span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: white;
  color: black;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding-bottom: 6px;
}
.card {
  background-color: rgb(246, 246, 248);
}
.card .card-body .rating-star {
  font-size: 15px;
  line-height: 20px;
  color: rgb(252, 191, 2);
}
.card .card-body .review-photo {
  width: 5%;
}
.card .card-body .name:hover {
  text-decoration: underline;
}
.card .card-body .google-image {
  width: 5%;
}
