/* Section Title Widget Styles */
.recocycle-section-title {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.recocycle-section-title .recocycle-separator {
	width: 80px;
	height: 2px;
	border-radius: 4px;
	background: var(--recocycle-gradient-horizontal);
}

.recocycle-section-title .recocycle-description {
	font-size: 20px;
	margin: 0;
}

.recocycle-section-title.recocycle-section-title--light .recocycle-title,
.recocycle-section-title.recocycle-section-title--light .recocycle-description {
	color: #fff;
}

@media (max-width: 768px) {

	.recocycle-section-title .recocycle-description {
		font-size: 16px;
	}
}
