h1 {
  color: #96070a;
}

/*=============================================================
Testimonials Phone Width
=============================================================*/

.testimonials {
  background: #fff;
}


.testimonialContent {
  background: #fff;
  margin-top: 100px;
}

.testimonialImage {
  -webkit-box-shadow: 5px 5px 10px 0px rgba(000,000,000,.7);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    5px 5px 10px 0px rgba(000,000,000,.7);  /* Firefox 3.5 - 3.6 */
  box-shadow:         5px 5px 10px 0px rgba(000,000,000,.7);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.testimonialsQuoteBox {
  max-width: 400px;
  padding-left: 30px;
}

.testimonial1 .quote1 {
  position: relative;
  top: 20px;
}

.testimonial1 .quote2 {
    position: relative;
    top: -20px;
}

.testimonial2 .quote1 {
  position: relative;
  top: 25px;
}

.testimonial2 .quote2 {
    position: relative;
    top: -20px;
}

.testimonial3 .quote1 {
  position: relative;
  top: 20px;
}

.testimonial3 .quote2 {
    position: relative;
    top: -20px;
}

.testimonial4 .quote1 {
  position: relative;
  top: 20px;
}

.testimonial4 .quote2 {
    position: relative;
    top: -20px;
}

.testimonial5 .quote1 {
  position: relative;
  top: 20px;
}

.testimonial5 .quote2 {
    position: relative;
    top: -20px;
}

.testimonial6 .quote1 {
  position: relative;
  top: 20px;
}

.testimonial6 .quote2 {
    position: relative;
    top: -20px;
}

.testimonial7 .quote1 {
  position: relative;
  top: 20px;
}

.testimonial7 .quote2 {
    position: relative;
    top: -20px;
}

/*=============================================================
Footer Phone Width
=============================================================*/

.footer {
  margin-top: 50px;
}

@Media screen and (min-width: 800px) {

  .testimonialContent {
    margin: 0 20px;
    padding: 50px 0;
  }

  .testimonialsContent div:first-child {
    padding: 0;
  }

  .testimonialContent {
    display: flex;
    align-items: center;
  }


}
