.customGoogleReviews{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
	padding: 0 50px;
}

.customGoogleReviews_avis{
	width: 100%;
	line-height: 20px;
	padding-top: var(--content-spacing);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #666666;
	font-size: 12px;
}

@media (max-width: 768px) {

	.customGoogleReviews{
		padding: 20px;
	}

}