.intro {
  font-size: 17px;
  line-height:1.75;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;



}


  .header-image img {
    width: 100%;
    border-radius: 15px;
    

}



.testimonial-container{
    /*display:flex; */
    flex-direction: row;
    flex-wrap: wrap;
    /*border:1.75px solid grey;*/
    border: 1px solid #57585A;
    border-radius: 15px;
    box-shadow: 0px 0px 2px 2px white;*/
    width:100%;
    align-items: flex-start;
    background-color: #fff; 
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #F4F4F4; */


    
}



.reviewer {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 17px;
  line-height:1.75;
  font-weight: bold;
  text-align: left;

}


.testimonial {
  font-size: 17px;
  padding-left: 20px;
  line-height:1.75;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;


}


@media only screen and (max-width: 1285px) {
   .review {
      padding-left: 5%;
      padding-right: 5%;
   }  
  
  
     .intro {
      padding-left: 5%;
      padding-right: 5%;
      margin-top: 20px;
      margin-bottom: 40px;

   }  
  
  
      .testimonial-container {
      margin-right: 3%;
      margin-left: 3%;

   }  
  
  
  
  .header-image {
        border-radius: 15px;
      padding-left: 3%;
      padding-right: 3%;


    

}

}



