#testimony_functionalities {
  background-color: #f8f8f8;
  background-image: url('../images/mancha1.svg'), url('../images/mancha2.svg');
  background-position: -5% 105px, 90% 185px;
  background-repeat: no-repeat;
  text-align: center;
}

#testimony_functionalities .title {
  font: normal normal normal 54px 'Bebas Neue', Inter, Arial, sans-serif;
  letter-spacing: 0px;
  color: #c8102e;
  line-height: 0.95;
  text-transform: uppercase;
  text-align: center;
}

#testimony_functionalities .description {
  text-align: center;
  font: normal normal normal 16px Inter;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
}

#testimony {
  padding: 80px;
}

#testimonysContainer {
  display: block;
  margin: 48px auto 30px;
  width: min(980px, 88vw);
  position: relative;
  padding: 0 52px;
}

#testimonysHolder {
  white-space: nowrap;
  overflow-x: hidden;
  padding: 12px 0 34px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#testimonysHolder::-webkit-scrollbar {
  display: none;
}

.testimonyNav {
  position: absolute;
  top: 50%;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  transition: all ease 200ms;
}

#testimonyNavLeft {
  left: 0;
  transform: rotate(180deg);
  display: none;
}

#testimonyNavRight {
  right: 0;
}

.testimony {
  display: inline-block;
  color: #111111;
  border-radius: 8px;
  width: 72%;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
  transition: all ease 300ms;
  transform: scale(0.9);
  vertical-align: top;
  position: relative;
  overflow: visible;
}

.testimony::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 22px;
  width: 34px;
  height: 22px;
  background: #c8102e;
  opacity: 0.14;
  clip-path: polygon(0 42%, 70% 42%, 70% 14%, 100% 50%, 70% 86%, 70% 58%, 0 58%);
  transform: rotate(-35deg);
}

.testimony.t2::before,
.testimony.t4::before {
  transform: rotate(35deg);
}

.testimony.t1,
.testimony.t3 {
  background-image: url('../images/cw26-mancha4.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.testimony.t2,
.testimony.t4 {
  background-image: url('../images/cw26-mancha5.png');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.testimonyHolder {
  position: relative;
  z-index: 1;
  margin: 36px 46px;
  text-align: left;
}

.testimony.hidden {
  opacity: 0;
  scroll-snap-align: none;
}

.testimony.active {
  background-color: #ffffff;
  transform: scale(1);
}

.testimony .image img {
  width: 67px;
  border-radius: 50%;
  box-shadow: 0px 3px 26px #11111133;
}

.testimony .text {
  white-space: normal;
  font: normal normal normal 15px/25px Inter;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 18px;
}

.testimony .name {
  white-space: normal;
  margin-top: 24px;
  font: bold 14px Inter;
  letter-spacing: 0px;
  color: #111111;
}

.testimony .school {
  white-space: normal;
  font: normal normal 700 13px/18px Inter;
  letter-spacing: 0px;
  color: #76232f;
}

.testimony .quotes {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 40px;
  top: 45px;
  fill: white;
  transform: rotate(180deg) scaleX(-1);
}

#testimonysNav svg {
  margin: 5px;
}

@media screen and (max-width: 936px) {
  .testimony {
    width: 96%;
  }
}

@media screen and (max-width: 630px) {
  #testimony {
    padding: 80px 0;
  }

  #testimony .description {
    padding: 0 5%;
  }

  #testimonysContainer {
    width: 92vw;
    padding: 0 28px;
  }

  .testimonyHolder {
    margin: 30px 30px;
  }
}

@media screen and (max-width: 400px) {
  #testimonyNavLeft {
    left: 7px;
  }

  #testimonyNavRight {
    right: 8px;
  }

  .testimony {
    width: 96%;
  }
}

@media screen and (max-width: 325px) {
  #testimonysContainer {
    width: 70vw;
  }
}
