.testimonial-wrapper2.green {
  background-color: #E2EDC1;
  color: #313192;
}

.testimonial-wrapper2 {

  font-size: 1.25em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 20px;
  border-bottom: 3px solid #313192;
  margin-left:-35px;
  margin-right:-35px;
}


.testimonial-wrapper2 .center {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
}

.testimonial-wrapper2 .content {
     display: flex;
    flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.testimonial-wrapper2 .quote {
    padding: 0 1em 1.5em;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin: 0;
}

.testimonial-wrapper2 .quote p {
  margin: 0;
  padding: 0 0 .5rem;
  font-weight: inherit;
}

.testimonial-wrapper2 .quote footer {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}
.quote-marks {
    background-image: url(https://2027398.fs1.hubspotusercontent-na1.net/hub/2027398/hubfs/quote.png?width=100&height=89&name=quote.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    max-width: 120px;
}
}

@media (min-width: 35em){
  .testimonial-wrapper2 .center {
    padding: 0 30px;
  }
.quote-marks {
    width:100px;
    display:block;
  }

}

@media (min-width: 46.25em){
  .testimonial-wrapper2 {
    padding: 50px 0 20px;
  }
  .testimonial-wrapper2 .center {
    padding: 0 35px;
  }
  
}

@media (max-width: 30em){
.testimonial-wrapper2 .content {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
 .testimonial-wrapper2 .center {
    padding: 0 0px 0 15px;
  }
 .quote-marks {
    background-image: url(https://2027398.fs1.hubspotusercontent-na1.net/hub/2027398/hubfs/quote.png?width=100&height=89&name=quote.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    max-width: 120px;
   margin-left:25px;
   margin-bottom:15px
}
.testimonial-wrapper2 {

  font-size: 1.25em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 20px;
  border-bottom: 3px solid #313192;
  margin-left:-15px !important;
  margin-right:-15px !important;
}
}