.rs-container {
	width: 100%;
}

.rs-heading {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: 1px;
}

.rs-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.rs-button {
	display: inline-block;
	text-decoration: none;
	border: 1px solid;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.rs-button:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.rs-list {
		justify-content: flex-start; /* Often better on mobile even if centered on desktop */
	}
	.rs-button {
		font-size: 14px;
	}
}
