#services_BG 
{
  background-color: #021DF3;
}
.wrapper 
{
  background-color: #ffffff;
  position: relative;
  width: 80vw;
  max-width: 41em;
  min-height: 20em;
  border-radius: 0.6em;
  box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15);
  display: flex;
  margin-left: 150px;
  margin-top: 3rem;
  margin-bottom: 9.5rem;
}
.testimonial-container
{
  width: 100vw;
  margin: auto;
  padding: 1em 2em;
}
.wrapper button
{
  font-size: 1.8em;
  height: 2.2em;
  width: 2.2em;
  background-color: #0a69ed;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border: none;
  color: #ffffff;
  box-shadow: 0 0 1em rgba(1, 17, 39, 0.25);
  cursor: pointer;
  border-radius: 50%;
}
button#next {
  right: -3.1em;
}
button#prev {
  left: -3.1em;
}
.testimonial-container p {
  color: #8c8c90;
  text-align: center;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.testimonial-container img {
  display: block;
  margin: 1.8em auto 1.25em auto;
  width: 4.4em;
  width: 15em;
}
.testimonial-container h3 {
  font-family: 'Raleway',sans-serif;
  color: #021DF3;
  font-size: 1.9em;
  text-align: center;
}
.testimonial-container h6 {
  color: #bcc4da;
  font-size: .8em;
  letter-spacing: 0.03em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .wrapper {
    font-size: 14px;
  }
}