.item{
	margin-bottom: 20px;
}

#testimonials {
  background-color: #fff;
  color: #000;
  padding: 70px 10px;
  text-align: center;
}

#testimonials .testimonial-top i {
  font-size: 50px;
  margin-bottom: 20px;
}

#testimonials .img-box {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 50%;
  width: 244px;
  height: 244px;
  text-align: center;
  display: inline-block !important;

 
}

#testimonials .img-box img {
  margin-bottom: 10px;
  transition: 0.5s;
}

#testimonial-card {
  padding: 20px 10px;
  border:1px solid #16b84e;
  border-radius: 50px 50px ;
}

#testimonial-card:hover .img-box img {
  transform: scale(1.2);
}

#testimonials .rating i {
  color: #ffd700;
}

.border-primary{
	
display: inline-block; 
height: 380px; 
margin: 1rem; 
position: relative;
}

.same-line{
	margin: 86px; 
	margin-bottom: 39px; 
}
