.home-team {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial_slider__item__box {
  padding: 73px 90px 75px 130px;
  box-shadow: 1px 1px 5px rgba(200, 211, 255, 0.2);
  margin-left: 100px;
  background-color: #fff;
  border-radius: 35px;
  position: relative;
  display: flex !important;
  margin-bottom: 28px;
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_slider__item__box:after,
.testimonial_slider__item__box:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -53px;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 80px;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 16px;
  z-index: -1;
}
.testimonial_slider__item__box:before {
  width: 90%;
  opacity: 0.6;
  bottom: -65px;
}
.testimonial_slider__image {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid #fff;
  border-radius: 50%;
}
.testimonial_slider__image img {
  border-radius: 50%;
  background-color: #fff;
}
.testimonial_slider__item {
  margin-right: 15px;
  margin-left: 15px;
}
.testimonial_slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.testimonial_slider__name {
  position: relative;
  padding-left: 50px;
}
.testimonial_slider__name::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #000;
}
.testimonial-arrows {
  position: absolute;
  bottom: 50px;
  right: 17%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.testimonial-arrows a.slick-disabled {
  opacity: 0.6;
}

@media only screen and (max-width: 1280px) {
  .testimonial_slider {
    left: 50px;
  }
  .testimonial_slider__item__box {
    max-width: 800px;
  }
}

@media only screen and (max-width: 992px) {
  .testimonial_slider {
    left: 0;
  }
  .testimonial_slider__item__box {
    max-width: 650px;
    margin-top: 110px;
    padding: 90px 40px 40px 40px;
  }
  .testimonial_slider__image {
    position: absolute;
    left: 50%;
    top: -106px;
    transform: translatex(-50%);
    border: 8px solid #fff;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-arrows {
    right: 10%;
  }
}
