.main-gallery {
  /* background: #fff; */
  outline: 0px;
}

.gallery-cell {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flickity-viewport {
  /* height: 200px !important; */
  /* padding: 30px 20px; */
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.flickity-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    vertical-align: top;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: auto;
  /* padding: 0 20px; */
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 19px;
  font-weight: 300;
  /* padding: 10px 0; */
  text-align: center;
  margin-bottom: 10px;
  color: #ffffff;
}

.testimonial-author {
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  color: #8d8d8d;
  text-align: center;
}

.flickity-page-dots {
  bottom: 25px;
  display: none;
}

.flickity-page-dots .dot.is-selected {
  /* background: #7AA641; */
}
