.testimonial {
  font-size: 1.2rem;
}

main {
  padding-top: 2.5rem;
}
.testimonial__image-container {
  width: 100%;
  max-width: 40rem;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.3);
}

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

.testimonial__info {
  text-align: right;
  padding: 0.9rem;
  display: inline-block;
  vertical-align: middle;
}

#customer-2.testimonial {
  text-align: right;
}

#customer-2 .testimonial__info {
  text-align: left;
}

.testimonial__name {
  margin: 3px;
  color: #ff5454;
  font-size: 2rem;
}

.testimonial__subtitle {
  margin: 0;
  font-size: 18px;
  color: #ccc;
  color: 1.1rem;
}

.testimonial__subtitle a {
  color: inherit;
  text-decoration: none;
}

.testimonial__subtitle a:hover,
.testimonial__subtitle a:active {
  color: #7a7a7a;
}

.testimonial__text {
  margin: 0.2rem;
}
/* .testimonial__container {
  display: flex;
  justify-content: center;
} */
@media (min-width: 40rem) {
  .testimonial {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3rem auto;
    max-width: 1500px;
  }

  .testimonial__image-container {
    width: 66%;
  }

  .testimonial__info {
    width: 30%;
  }
}
