.zb-testimonial-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  place-content: center;
  /* margin-top: 6%; */
}

.zb-testimonial-author {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.zb-testimonial-video-card {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5%;
  position: relative;

  img {
    border-radius: 9px;
  }
}

.pause-button-outer-container {
  position: absolute;
  bottom: 88%;
  left: 3%;
  height: 45px;
  width: 45px;
  border-radius: 9px;
  background-color: #00000073;
  display: flex;
  align-items: center;
  place-content: center;

  img {
    height: 35px;
    cursor: pointer;
  }
}

.play-button-outer-container {
  position: absolute;
  bottom: 88%;
  left: 3%;
  height: 45px;
  width: 45px;
  border-radius: 9px;
  background-color: #00000073;
  display: flex;
  align-items: center;
  place-content: center;

  img {
    height: 35px;
    cursor: pointer;
  }
}

@media (max-width: 5000px) and (min-width: 1201px) {

  .zb-testimonial-video-card:nth-child(3),
  .zb-testimonial-video-card:nth-child(6),
  .zb-testimonial-video-card:nth-child(12) {
    margin-right: 0% !important;

  }
}

.zb-testimonial-card {
  background-color: white;
  width: 32%;
  padding: 2%;
  margin-right: 2%;
  margin-bottom: 5%;
  box-shadow: 4px 4px 8px 0px #00000026;
  border-radius: 9px;
  position: relative;
}

@media (max-width: 5000px) and (min-width: 1201px) {

  .zb-testimonial-card:nth-child(3),
  .zb-testimonial-card:nth-child(9) {
    margin-right: 0% !important;
  }

  .zb-testimonial-video-card:nth-child(10),
  .zb-testimonial-video-card:nth-child(11),
  .zb-testimonial-video-card:nth-child(12) {
    margin-bottom: 0%;
  }
}

.zb-testimonial-company {
  font-size: 16px;
  color: #0F0F10;
  font-family: 'Roboto', sans-serif;
}

.zb-testimonial-content {
  margin-top: 0.5%;
  line-height: 24px;
  font-size: 16px;
  color: #36363C;
  font-family: 'Roboto', sans-serif;
  text-align: start;
}

.reviewRating {
  margin-top: 1%;
  color: #FEC007;
  font-size: 16px;
  align-items: center;
  place-content: center;
}

.zb-testimonial-top-container {
  text-align: center;
  margin-top: 8%;
  height: 120px;
}

.quotesImage {
  transform: rotate(180deg);
  height: 25px;
  width: 25px;

  img {
    height: 100%;
    width: 100%;
  }
}

.zb-testimonial-img-outer-container {
  top: -11%;
  left: 38%;
  height: 90px;
  width: 90px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  place-content: center;

}

.zb-testimonial-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

@media (max-width: 5000px) and (min-width: 1670px) {
  .zb-testimonial-card-container {
    margin-left: 8%;
    margin-right: 8%;
  }

  .zb-testi-outer-container {

    .zbBenefits-heading {
      width: 35% !important;
    }
  }

  .zb-testimonial-img-outer-container {
    left: 40%;
  }
}

@media (max-width: 900px) and (min-width: 600px) {

  .zb-testimonial-card,
  .zb-testimonial-video-card {
    width: 48%;
    margin-right: 2%;
  }

  .zb-testimonial-video-card {
    height: 470px;
    margin-bottom: 10%;
  }

  .zb-testimonial-card:nth-child(even),
  .zb-testimonial-video-card:nth-child(even) {
    margin-right: 0%;
  }

  .zb-testi-outer-container {
    .zbBenefits-heading {
      width: 75% !important;
    }
  }

  .zb-testimonial-top-container {
    margin-top: 10%;
    height: 110px;
  }

  .zb-testimonial-card-container {
    margin-top: 6%;
  }

  .zb-testimonial-img-outer-container {
    left: 37%;
  }

  .zb-testimonial-video-card:nth-child(11),
  .zb-testimonial-video-card:nth-child(12) {
    margin-bottom: 0%;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {

  .zb-testimonial-video-card:nth-child(11),
  .zb-testimonial-video-card:nth-child(12) {
    margin-bottom: 0%;
  }

  .zb-testimonial-card,
  .zb-testimonial-video-card {
    width: 48%;
    margin-right: 2%;
  }

  .zb-testimonial-video-card {
    height: 470px;
    margin-bottom: 10%;
  }

  .zb-testimonial-card:nth-child(even),
  .zb-testimonial-video-card:nth-child(even) {
    margin-right: 0%;
  }

  .zb-testimonial-img-outer-container {
    left: 39%;
  }
}

@media (max-width: 599px) and (min-width: 100px) {

  .zb-testimonial-card,
  .zb-testimonial-video-card {
    width: 100%;
    margin-right: 0%;
  }

  .zb-testimonial-card {
    padding: 7%;
    margin-bottom: 15%;

  }

  .zb-testimonial-card:nth-child(3),
  .zb-testimonial-card:nth-child(9) {
    margin-bottom: 6%;
  }

  .zb-testimonial-video-card {
    margin-bottom: 6%;
  }

  .zb-testimonial-video-card:nth-child(3),
  .zb-testimonial-video-card:nth-child(6) {
    margin-bottom: 15%;
  }

  .zb-testimonial-card-container {
    margin-top: 17%;
  }

  .zb-testi-outer-container {

    .zbBenefits-heading {
      width: 100% !important;
    }
  }

  .zb-testimonial-img-outer-container {
    left: 36%;
  }

}

@media (max-width: 349px) and (min-width: 100px) {
  .zb-testimonial-card {
    margin-bottom: 21%;
  }

  .zb-testimonial-video-card:nth-child(3),
  .zb-testimonial-video-card:nth-child(6) {
    margin-bottom: 18%;
  }

  .zb-testimonial-img-outer-container {
    left: 34%;
  }
}

@media (max-width: 500px) and (min-width: 400px) {
  .zb-testimonial-img-outer-container {
    left: 38%;
  }
}

.zb-testi-outer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;

  .zbBenefits-heading {
    width: 50%;
  }
}