#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #cfcece;
  font-size: 2em;
  cursor: pointer;
  transition: 0.4s all;
  z-index: 2;
}

#prevBtn:hover,
#nextBtn:hover {
  color: #959595;
}

#prevBtn {
  left: 0;
}

#nextBtn {
  right: 0;
}

.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  overflow: hidden;
}

.carousel-slide {
  display: flex;
  width: 100%;
}

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 80%;
  flex-shrink: 0;
  text-align: center;
  padding: 0 10%;
}

.testimonial-img {
  width: 20%;
  max-width: 75px;
  margin: 0 auto 0.5em auto;
  line-height: 0;
}

.testimonial p {
  margin: 0.5em 0;
  max-width: 600px;
}

.testimonial p:first-of-type {
  font-style: normal;
  font-weight: 600;
}
.testimonial p:last-of-type {
  margin-bottom: 0;
}
