/*

   Title: Reviews
   Author: QBIT
   Date: 18/08/2024

   File path: ../../../../uploads/

*/

/* Review styles */
#reviews {
    background: #f8f8f8;
    padding: 30px 0;
}

#reviews .main {
  align-items: center;
  justify-content: center;
}

#reviews .main {
  text-align: center;
}

#reviews .main .review .rating {
  margin: 20px auto 20px;
}

.review {
  height: 200px;
  overflow-y: auto;
  background-color: #f0f0f0;
  margin: 10px;
  padding: 10px;
}

.rating {
	width: 200px;
	height: 35px;
	background: url('../../../../uploads/svg/rating.svg') center center / 200px no-repeat;
	display: block;
	margin: 0 0 20px 0;
}

.name {
	font-weight: 700;
}

/* Media queries */
@media (max-width: 64em) 
{

  /* Review styles */

}