.testimonials-container {
  background-image: url("../../img/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}
.testimonials-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-card {
  color: var(--white-button);
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 50%;
  border: solid 0.5px rgba(255, 255, 255, 0.3);
}
.testimonials__text h2 {
  font-size: 1em;
  text-align: center;
}
.testimonials__text p {
  font-size: 2em;
  text-align: center;
  font-weight: lighter;
}
.testimonials-card a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
