#pid39{
  color: white;
  background-color: #0b5885;
  padding-top: 30px;
  padding-bottom: 29px;
  background-image: url(/sites/default/files/ul-wave.png);
  background-size: cover;
  background-position: center;
}

#pid39 .custom-stat{
  font-size: 38px;
}

#pid39 .custom-stat .custom-num{
  font-size: 63px;
}

#pid39 .custom-divider{
  margin-top: 45px;
  margin-bottom: 45px;
}

#pid39 .custom-quote{
  padding: 10px 50px 30px;
  position: relative;
}

#pid39 .custom-quote::before{
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3em;
  line-height: 1em;
}

#pid39 .custom-quote::after{
  content: '”';
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 3em;
  line-height: 0.5em;
}

#pid39 .custom-quote-credit{
  text-align: right;
}

@media(max-width: 639px){
  #pid39 h2{
    text-align: center;
  }
}