.slider {
  max-width: 1384px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}

.slider > h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #0ccd93;
  margin-top: 0;
  margin-bottom: 0;
}

.Slider-Testimonial{
  padding-top:50px;
}
.Slider-Testimonial__Heading > h3.greenText {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #0ccd93;
  margin-top: 0;
  margin-bottom: 0;
}

.slider--text {
  font-weight: 400;
  font-size: 35px;
  line-height: initial;
  text-align: center;
  display: block;
  margin-top:50px;
}

.slider--author {
  font-size: 20px;
}

.slider--star {
  text-align: center;
  margin-top: 50px;
}

.carousel-cell {
  width: 100%;
  text-align: center;
}

.carousel-cell p {
  margin: 0;
}

.slider-arrowws {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.slider-arrowws button {
  background: transparent;
  box-shadow: none;
  border: none;
}

.slider-arrowws button:hover {
  cursor: pointer;
}

.slider-arrowws--prev {
  margin-right: 10px;
}

.slider-arrowws--next {
  margin-left: 10px;
}

.flickity-button {
  display: none;
}

@media screen and (min-width: 800px) {

  .slider--text {
    font-weight: 400;
    font-size: 35px;
    line-height: 238.2%;
    text-align: center;
    display: block;
    margin-top:0px;
  }

}