main {
  padding-top: 2rem;
}

.testimonial {
    font-size: 1.2rem;
    margin: 3rem 0;
  }
  
  .testimonial__list {
    width: 80%;
    margin: auto;
  }
  
  .testimonial:first-of-type {
    margin-top: 6rem;
  }

  .testimonial__image-container {
    width: 50%;
    max-width: 580px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 3px 3px 5px 3px rgb(133, 26, 2,0.9);;
  }

  .testimonial__image {
    width: 100%;
    vertical-align: top;
  }

  img, .testimonial__image{
    filter: grayscale(100%);

  }
  
  .testimonial__info {
    text-align: right;
    padding: 0.9rem;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
  }
  
  #customer-2.testimonial {
    text-align: right;
  }
  
  #customer-2 .testimonial__info {
    text-align: left;
  }
  
  .testimonial__name {
    margin: 0.2rem;
    color: #851A02;;
    font-size: 2rem;
  }
  
  .testimonial__subtitle {
    margin: 0;
    font-size: 1.1rem;
    color: goldenrod;
  }
  
  .testimonial__subtitle a {
    color: inherit;
    text-decoration: none;
  }
  
  .testimonial__subtitle a:hover,
  .testimonial__subtitle a:active {
    color: #7a7a7a;
  }

  .testimonial__text {
    margin: 0.2rem;
  }
  .background{
    background: url('../images/sin.jpg')no-repeat center center/cover;
    position: fixed; 
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;   
  }

  /*responsive*/
  
  