.case-study-testimonial {
  text-align: center;
}

.cs-testimonial-title {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cs-testimonial-quotes {
  background-image: url('https://7087329.fs1.hubspotusercontent-na1.net/hubfs/7087329/quote%20block.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cs-testimonial-body {
  padding: 2% 12%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5rem;
}

.cs-testimonial-name {
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.cs-testimonial-position {
  margin-top: -15px;
  color: #000000;
  font-weight: 300;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .cs-testimonial-quotes {
    background-image: none;
  }
  .cs-testimonial-body {
    padding: 2% 0;
  }