.testa-omni-cont {
  background: rgb(235, 244, 251);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testa-header-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80rem;
}
.testa-header-cont > p {
  text-align: center;
  width: 40rem
}

.testa-flex-cont {
  display: flex;
  width: 85%;
  height: 100%;
}

.testa-quote-cont {
  margin-left: 2rem;
  margin-right: 2rem;
  border-radius: 5px;
}
.testa-quote-cont > div > p {
  padding-left: 2rem;
  padding-right: 2rem;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  height: 1rem;
}

.testimonial-dot {
  border: 0;
  background: transparent;
  border-radius: 100%;
  padding: .25rem;
  cursor: pointer;
  margin: .25rem;
  padding-bottom: 1.25rem;
  line-height: 0;
}

.testimonial-dot:hover {
  background: rgba(128, 128, 128, 0.1);
}

.testimonial-dot:focus-visible {
  outline: 2px solid #4b82e7;
  outline-offset: 2px;
}

.testimonial-dot-inner {
  display: block;
  height: .5rem;
  width: .5rem;
  background: rgb(111, 123, 146);
  margin-top: .25rem;
  margin-left: .5rem;
  margin-right: .5rem;
  border-radius: 100%;
}

.testimonial-dot.is-active .testimonial-dot-inner {
  background: #92b9fc;
  border: 1px solid lightgrey;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.is-active {
  display: block;
}

.testimonial-quote-row {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.testimonial-quote-mark {
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 2rem;
  color: rgb(111, 123, 146);
}

.testimonial-attribution {
  text-align: center;
  font-style: italic;
  margin-top: 1rem;
  color: rgb(90, 90, 90);
}

.testimonial-review {
  width: 60%;
}

@media (max-width: 1000px) {
  .testa-header-cont > p {
    width: 60vw;
  }
  .testa-flex-cont {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
}

@media (max-width: 900px) {
  .testa-flex-cont {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .testa-header-cont > p {
    width: 80vw;
  }
  .testa-flex-cont {
    width: 100%;
  }
}

@media (max-width: 750px) {
.testa-header-cont {
width: 90vw;
text-align: center;
}
.testa-flex-cont {
  width: 100vw;
}
.testa-header-cont > p {
  width: 90%;
}
.testimonial-review {
  width: 90%;
}
.testimonial-dot {
  border-radius: 100%;
  padding: .5rem;
  cursor: pointer;
  margin:0px;
  padding-bottom: 1.5rem;
}
}