.testimonial-container {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 2px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px;
  width: 90%;
  max-width: 900px;
}

.flex-header h3{
  color: #29336A;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: bold;
}

.divider {
  height: 2px;
  width: 100%;
  background-color: #9FA1A4;
  margin: 15px 0;
  transition: all 1s ease;
}
.top-divider {
  transform: translateX(-100%);
}
.bottom-divider {
  transform: translateX(100%);
}

.testimonial-sctn{
  display: flex;
  width: 100%;
  padding: 120px 0 60px 0;
}

.testimonial-quote {
  font-size: 1rem;
  color: #707980;
  /* font-style: italic; */
}

.testimonial-quote p {
  line-height: 30px;
  max-width: 75%;
}

.testimonial-quote .author-box {
  font-size: 1.2rem;
  padding: 5px 10px;
  background-color: #26A697;
  color: #fff;
  border-radius: 4px;
  width: fit-content;
  font-family: costa, sans-serif;
}

.button-sliders img {
  cursor: pointer;
  background: transparent;
  padding: 0px 10px;
  /* border: 2px solid #ff601a;
  color: #ff601a;
  background-color: white;
  font-size: 1.3rem;
  border-radius: 50%;
  margin: 10px 5px;
  transition: color .5s, background-color .5s; */
}

.button-sliders img{
  width: 50px;
  transition: all .15s ease-in;
}

#prev:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#next:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.flex-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  opacity: 0;
  transition: all 500ms ease 1s;
}
#testimonials {
  opacity: 0;
  transition: all 500ms ease 1s;
}
.testimonial-container h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #007FA7;
  width: 100%;
}

.flex-header .fa-quote-left {
  font-size: 4rem;
  color: #ff601a;
  opacity: 0.5;
}

.five-stars .fa-star {
  color: orange;
  font-size: 1.5rem;
  margin: 10px 1px;
}

.five-stars {
  text-align: center;
}
