/*-- Testimonails --*/

#customers{
    background-color: #d94f8f;
    /* padding-top: 10px; */
    padding-bottom: 50px;
}
#customers h2{
    font-size: 3rem;
    color:white;
    text-align: center;
    padding-top: 30px;
    /* padding-bottom: 15px; */
    line-height: 1.5;
}
#customers img{
  display: block;
  margin: auto;
  padding-bottom: 10px;
  color: #d94f8f;
}
.customers{
  width: 60%;
  margin: 0 auto;
  padding-bottom: 0;
}
.customers li{
  list-style: none;
}
.testimonails-content p {
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
  font-style: italic;
  line-height: 1.5;
}

.testimonails-content h6 {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
  color: #FFF;
}
/* .testimonails-content h6 a {
  color: #FFF;
} */
/*-- End Testimonails --*/