/* Custom testimonial card style */
#testimonials .bg-white.bg-opacity-20 {
  min-width: 240px;
  max-width: 320px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  #testimonials .bg-white.bg-opacity-20 {
    min-width: 260px;
    max-width: 340px;
  }
}
