.mbb-services-menu {
	margin: 0 auto;
	max-width: 1120px;
}

.mbb-services-menu__group + .mbb-services-menu__group {
	margin-top: 56px;
}

.mbb-services-menu__heading {
	margin: 0 0 10px;
	color: #1e1e1e;
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.mbb-services-menu__subheading {
	margin: 0 0 22px;
	max-width: 560px;
	color: #6d6d6d;
	font-size: 18px;
	line-height: 1.7;
}

.mbb-services-menu__list {
	border-top: 1px solid #e1e1e1;
}

.mbb-services-menu__row {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(120px, auto) minmax(110px, auto) auto;
	align-items: center;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid #e1e1e1;
}

.mbb-services-menu__service {
	min-width: 0;
}

.mbb-services-menu__name {
	margin: 0;
	color: #1e1e1e;
	font-size: 20px;
	line-height: 1.35;
}

.mbb-services-menu__desc {
	margin: 4px 0 0;
	color: #6d6d6d;
	font-size: 14px;
	line-height: 1.55;
}

.mbb-services-menu__meta,
.mbb-services-menu__price {
	margin: 0;
	color: #5f6472;
	font-size: 16px;
	line-height: 1.4;
}

.mbb-services-menu__price {
	font-weight: 600;
	color: #1e1e1e;
}

.mbb-services-menu__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 22px;
	border: 1px solid #dd1c4e;
	border-radius: 999px;
	background: #dd1c4e;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mbb-services-menu__button:hover,
.mbb-services-menu__button:focus {
	background: #ff4653;
	border-color: #ff4653;
	color: #fff;
	transform: translateY(-1px);
}

.mbb-services-menu__footer {
	margin-top: 32px;
	text-align: center;
}

.mbb-services-menu__footer-link {
	color: #dd1c4e;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.mbb-services-menu__row {
		grid-template-columns: minmax(0, 1fr) auto auto;
	}

	.mbb-services-menu__meta {
		grid-column: 1 / -1;
		margin-top: -8px;
	}
}

@media (max-width: 767px) {
	.mbb-services-menu__heading {
		font-size: 30px;
	}

	.mbb-services-menu__subheading {
		font-size: 16px;
	}

	.mbb-services-menu__row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px 0;
	}

	.mbb-services-menu__price,
	.mbb-services-menu__meta {
		font-size: 15px;
	}

	.mbb-services-menu__button {
		justify-self: start;
	}
}
