.testimonials {
  overflow: hidden;
  width: 100%;
}

.testimonials ul {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.testimonials ul li {
  display: inline-block;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100vw;
}

.testimonials ul li p {
  max-width: 300px;
  margin: 1rem auto;
  width: 50%;
}

.testimonials-control {
  background-color: rgba(255,255,255,0.2);
  display: flex;
  justify-content: center;
}

.testimonials-control i {
  cursor: pointer;
  padding: 1.3rem;
}