
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap');
.main-gallery {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    height: 380px;
}

.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 0px auto 130px auto;
  padding: 0 20px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: 'Oxygen', sans-serif;
    text-align: justify;
	padding:24px 0px 24px 0px;
}

.testimonial-author {
    display: block;
    font-weight: 300;
    color: #dc382a;
    font-size: 16px;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
}

.flickity-page-dots {
  bottom: 25px;
}



@media only screen and (max-width: 1200px) {
 
.main-gallery {
   
    height: 400px;
}

}

@media only screen and (max-width: 1000px) {
 
.main-gallery {
   
    height: 320px;
}

}


@media only screen and (max-width: 768px) {
 
.main-gallery {
   
    height: 330px;
}

}


@media only screen and (max-width: 520px) {
 
.main-gallery {
   
    height: 400px;
}

}


@media only screen and (max-width: 320px) {
 
.main-gallery {
   
    height: auto;
}

}
