.c-rating.rehub-rating {
	width: 200px;
	height: 30px;
	background-size: 40px;
}

.c-rating__inner.rehub-rating-inner {
	background-size: 40px;
}


.s-branches__item.choosen{
	color: var(--white);
	background-color: var(--secondary-color-500);
	border-color: var(--secondary-color-500);
}

.before-surgery__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 100px;
	background: linear-gradient(180deg, #f5f5f5 0%, #fff 100%);
}

.before-surgery__review-title {
	font-family: "Constantia", sans-serif;;
	font-weight: 400;
	font-size: 38px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #212121;
	margin-bottom: 24px;
}

.before-surgery__review-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #212121;
	margin-bottom: 40px;
}

.before-surgery__review-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
