/* Review Top Start */
.reviews-top-dark .wp-block-uagb-container ul li p{
	color: #ffffff !important;
	font-family: "Work Sans";
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
}
.reviews-top-dark .wp-block-uagb-container ul li h5{
	font-family: "Work Sans";
}
/* Review Top End */


/* Review Bottom Start */
.reviews-bottom-light ul {
	width: 65%;
    margin: 0 auto;
}
.reviews-bottom-light ul li p{
	color: #000000 !important;
	font-family: "Work Sans";
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
}
/* Review Bottom End */
@media screen and (max-width: 480px) {
 .reviews-top-dark .wp-block-uagb-container ul li p,
 .reviews-bottom-light ul li p{
    font-size: 17px;
    line-height: 27px;
 }
 .reviews-bottom-light ul {
    width: 100%;
 }
}