.reviews_tabs {
	display: flex;
	align-items: stretch;
	gap: 24px;
	flex-wrap: wrap;
}

.reviews_tabs .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	min-height: 74px;
	padding: 0 30px;
	box-sizing: border-box;
	border: 2px solid #d8d8d8 !important;
	border-radius: 4px;
	background: #fff !important;
	color: #4a361b !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.reviews_tabs .button.active {
	border-color: transparent !important;
	background: linear-gradient(90deg, #ed54fe 0%, #d81c59 100%) !important;
	color: #fff !important;
	box-shadow: 2px 2px 4px rgba(76, 52, 21, 0.24) !important;
}

@media only screen and (max-width: 767px) {
	.reviews_tabs {
		gap: 10px;
	}

	.reviews_tabs .button {
		min-width: 0;
		width: 100%;
		min-height: 54px;
		padding: 0 16px;
		font-size: 20px;
	}
}
