.testimonial-reel {
  margin-bottom: 4rem !important;
  margin-top: 2rem;
}
.testimonial-reel .box {
  position: relative;
  margin-bottom: 30px;
}
.testimonial-reel .box .image {
  margin: 0 auto -45px;
  text-align: center;
}
.testimonial-reel .box .image img {
  height: 90px;
  margin: 0 auto;
}
.testimonial-reel .box .test-component {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-height: 100px;
            border-radius: 5px;
            border: 1px solid #ececec;
}
.testimonial-reel .box .test-title {
  font-family: 'Noto Sans', sans-serif;
    color: #feb72b;
  text-align: center;
  margin-top: 3.3rem;
  margin-bottom: 15px;
}
.testimonial-reel .box .test-content {
  text-align: center;

  
}
.testimonial-reel .slick-slide {

  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {

  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {

  transition: opacity 0.3s;
}

p {
	
	font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
	padding: 10px;
	
}


@media (max-width: 768px) { 
	
	.testimonial-reel .box .test-component {
    background-color: #fff;
    padding: 0rem 0.8rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-height: 100px;
    border-radius: 5px;
    border: 1px solid #ececec;
}

}






@media (max-width: 576px) { 
	
	.testimonial-reel .box .test-component {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-height: 100px;
    border-radius: 5px;
    border: 1px solid #ececec;
}

	
.testimonial-reel .slick-slide {
    transition: opacity 0.3s;
    padding-left: 5px;
    padding-right: 5px;
}	
	
	
	
	
	
}
