.testimonial-section {
  padding: 1.5em;
  background: #5b7984;
  text-align: center;
}

.testimonial-container {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.testimonial-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.testimonial-slide p {
	color: white;
}

.testimonial-slide.active {
  display: block;
  opacity: 1;
}

.testimonial-text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

.testimonial-author {
  font-size: 1rem;
  font-weight: 600;
  color: #0d2b36;
}


/* Mobile */
@media (max-width: 768px) {
  .testimonial-text {
    font-size: 1.1rem;
  }

}


.testimonial-image {
	display: inline;
	text-align: center;
	border-radius: 50%;
	max-width: 100px;
}
