p {
  text-align: justify !important;
}

@media screen and (max-width: 820px) {
  #testimonials, .header-container {
    background-attachment: scroll !important;
    background-position: center !important;
  }
  
    .testimonial {
      padding:20px !important;
      padding-top:50px !important;
      padding-bottom:50px !important;
    }
    .testimonial h1 {
      text-align: center;
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px;
    }

    .logo-mobile {
      text-align: center;
      margin-top: 40px;
    }

    .logo-mobile p {
      padding: 15px;
      background: #ececf0;
      text-align: center;
      border-radius: 10px;
    }

    .logo-desktop {
      display: none !important;
    }
  }