#testimonials #pageHero {
  background: linear-gradient(rgba(0, 0, 0, 0.6431372549), rgba(0, 0, 0, 0.6235294118)), url("../images/businessman-gea0935063_1920.jpg") no-repeat center/cover fixed;
}
#testimonials .mainAreaWrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.8235294118), rgba(0, 0, 0, 0.8156862745)), url("../images/pexels-pixabay-460672.jpg") no-repeat center/cover fixed;
}
#testimonials .mainAreaWrapper .mainArea {
  color: rgba(255, 255, 255, 0.8078431373);
  text-align: center;
  padding: 1em 1em 2em;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(1em) saturate(180%);
}
#testimonials .mainAreaWrapper .mainArea h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
}
#testimonials .mainAreaWrapper .mainArea .testimonialsTagline {
  max-width: 600px;
  margin: 0.3em auto;
  font-size: 0.96rem;
  font-family: "Nunito", sans-serif;
}
#testimonials .mainAreaWrapper .mainArea .testimonialsTagline span {
  color: #ffffff;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper {
  max-width: 980px;
  margin: 2em auto;
  text-align: left;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards {
  margin: 0 1em 0 0;
  width: 32%;
  min-width: 300px;
  max-width: 300px;
  box-shadow: 0.1em 0 1.4em 0 rgba(0, 0, 0, 0.8078431373);
  border-radius: 1em;
  backdrop-filter: blur(0.8em) saturate(180%);
  -webkit-backdrop-filter: blur(0.8em) saturate(180%);
  overflow: hidden;
  padding: 0 0 0.5em;
  background: rgba(255, 255, 255, 0);
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards:last-child {
  margin-right: 0;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards .imgWrapper {
  overflow: hidden;
  height: 210px;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards .imgWrapper img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards .imgWrapper img:hover {
  scale: 1.3;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards .name {
  color: #ffffff;
  padding: 0.6em 0.5em 0.3em;
  font-size: 1.1rem;
  font-family: "Nunito", sans-serif;
}
#testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards .message {
  padding: 0.5em 0.5em 0.5em;
  font-size: 0.97rem;
  font-family: "Nunito", sans-serif;
}

@media all and (max-width: 982px) {
  #testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards:last-child {
    margin-top: 2em;
  }
}
@media all and (max-width: 720px) {
  #testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 {
    flex-direction: column;
    margin: 0;
    min-width: unset;
    align-items: center;
  }
  #testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards {
    margin: 0 auto 1em;
    min-width: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
  #testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards:last-child {
    margin: 0;
  }
  #testimonials .mainAreaWrapper .mainArea .cardsWrapper .cards1 .cards .name {
    padding: 0.6em 0.5em 0;
  }
}/*# sourceMappingURL=testimonials.css.map */