body .case-study-qoute-img {
  margin-top: 20px;
  max-width: 100%;
}
body .case-study-qoute {
  padding-left: 20px;
  text-align: center;
}
body .case-study-qoute:before, body .case-study-qoute:after {
  content: "";
  background: url('/sites/all/themes/concur7/images/icons/quote-it-white-2.png') top left no-repeat;
  display: inline-block;
  background-size: 19px;
  width: 27px;
  height: 16px;
}
body .case-study-qoute:before {
  background-image: url('/sites/all/themes/concur7/images/icons/quote-it-white.png');
  margin-left: -36px;
}
@media (min-width: 1024px){
  body .case-study-qoute {
    padding-left: 36px;
    text-align: left;
  }
  body .case-study-qoute:before, body .case-study-qoute:after {
    background-size: 30px;
    width: 30px;
    height: 25px;
    margin-bottom: -4px;
    margin-right: 3px;
  }
  body .case-study-qoute:before {
    margin-left: -38px;
  }
}
body .bordered {
  padding-top: 20px;
  padding-bottom: 20px
}
body .bordered {
  border-bottom: 0;
}
@media (min-width: 1024px){
  body .bordered {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
