.service-groups .menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.service-groups ul.menu li {
	width: calc(100% / 3 - calc(20px / 3));;
	padding: 0;
	box-sizing: border-box;
}

.service-groups ul.menu li a {
	width: 100%;
}
