.testimonial-h1{
    margin-top: 50px;
    font-size: 80px;
}
.quote-icon {
  font-size: 150px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.9;
  font-family: Georgia, serif;
  text-align: center;
  margin-bottom: -25px;
  margin-top:-90px;
}

.testimonial-text {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-bottom: 40px;
  margin: 0 80px 0 80px;
  color: white;
}

.testimonial-name {
  font-size: 2rem;
  font-weight: 600;
  color: #ffb200;
  letter-spacing: 0.7px;
  text-align: center;
  margin-top: 20px;
}
.testimonial-slide{
    display: flex;
    flex-direction: column;
}

@media(max-width: 480px){
    
    .quote-icon {
  font-size: 150px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.9;
  font-family: Georgia, serif;
  text-align: center;
  margin-bottom: -25px;
  margin-top:-20px;
}

.testimonial-text {
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 2.1rem;
  margin-bottom: 40px;
  margin: 10px -5px 20px -5px;
  color: white;
}

.testimonial-name {
  font-size: 2rem;
  font-weight: 600;
  color: #ffb200;
  letter-spacing: 0.7px;
  text-align: center;
}
.testimonial-slide{
    display: flex;
    flex-direction: column;
}
}