.desktop-testimonials {
  display: none;
}
.testimonials {
  background: #296AB1;
  color: white;

  margin-top: -4px;

  padding: 50px 0px;

  text-align: center;
}
.review1 {
  font-size: 20px;
  text-align: center;
}

.btn-white {
  width: 70%;
  margin: 25px auto 0px auto;

  background: white;

  text-align: center;
  padding: 20px;
}
.btn-white a {
  background: white;
  color: #296AB1;
  font-weight: bold;

  text-decoration: none;

  width: 100%;
}

@media screen and (min-width: 800px) {
  .testimonials {
    display: none;
  }

  .desktop-testimonials {
    display: block;
    padding: 50px 0px;
    background: #f4f4f4;
  }
  .desktop-testimonials h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #296AB1;
  }
  .desktop-testimonials p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
}
