.rn20-services {
	padding: 60px 20px;
}

.rn20-services__title {
	font-size: clamp(2rem, 5vw, 2.5rem);
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
	line-height: 1.2;
}

.rn20-services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
}

.rn20-services__item {
	text-align: center;
	padding: 30px 20px;
	border-radius: 8px;
	background: #f9fafb;
	transition: transform 0.2s, box-shadow 0.2s;
}

.rn20-services__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.rn20-services__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	background: #0073aa;
	color: #ffffff;
	border-radius: 50%;
}

.rn20-services__icon .dashicons {
	color: #ffffff;
	font-size: 40px;
	width: 40px;
	height: 40px;
}

.rn20-services__item-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1.3;
}

.rn20-services__item-description {
	font-size: 1rem;
	line-height: 1.6;
	color: #6b7280;
	margin: 0;
}
