
.title-section{
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.page-testimonios .page-content {
  padding-bottom: 100px;
}

.page-testimonios .page-content  button.show-more {
  margin-top: 45px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 600;
}

.page-testimonios .page-content  button.show-more img {
  transition: transform 0.5s ease-in-out;
}

.page-testimonios .page-content  button.show-more.open img {
  transform: rotateX(180deg);
}

.page-testimonios .page-content .testimonial-card {
  margin-bottom: 30px;
}

@media (max-width: 47.99875rem) {
    .title-section{
        margin-top: 3.5rem;
        margin-bottom: 2.5rem;
    }
}
