#testimonials {
  padding-bottom: 6em;
}

.testimonial-conatainer {
  display: flex;
  justify-content: space-between;
  height: -moz-max-content;
  height: max-content;
  margin-top: 5em;
}

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #D40000;
  margin: 0;
}

.snip1533 *,
.snip1533 *:before {
  box-sizing: border-box;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  height: 300px;
  padding: 2em;
  padding-top: 3em;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.snip1533 figcaption::-webkit-scrollbar {
  display: none;
}

.snip1533 figcaption:before {
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #D40000;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
  padding: 10px 0 0;
}

.snip1533 blockquote {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

#coaches {
  padding: 5em 0;
  text-align: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.781);
  background-blend-mode: overlay;
}

#coaches .section-subheading {
  color: white;
  text-align: center;
}

.coach-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}

.coach-card {
  color: white;
  width: 22.5%;
  height: 450px;
  border-radius: 5px;
  padding-bottom: 1em;
}
.coach-card .front {
  height: 100%;
}
.coach-card .front img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 350px;
}

.content {
  position: absolute;
  width: 22.5%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.coach-card:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}

.front,
.back {
  position: absolute;
  background-color: rgba(56, 56, 56, 0.308);
  color: white;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  backface-visibility: hidden;
  width: 100%;
}
.front p,
.back p {
  padding: 0;
  padding-bottom: 1em;
}

.front h4 {
  margin: 0;
  color: white;
  text-transform: uppercase;
}

.back {
  background: rgba(56, 56, 56, 0.699);
  width: 100%;
  height: 100%;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.back p {
  padding: 0;
  width: 80%;
  text-align: justify;
}/*# sourceMappingURL=testimonials.css.map */