/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2023 | 10:19:35 */
.list-producten-almere.wpb_text_column {
	color: #e3e3e3;
}
.list-producten-almere.wpb_text_column ul li,
.list-producten-almere.wpb_text_column ul li a {
	color: #ffffff;
	transition: color 0.3s ease;
}
.list-producten-almere.wpb_text_column ul li a:hover {
	color: #dfb947;
}
.list-producten-almere ul {
	list-style: none;
}
.list-producten-almere ul li {
	margin-bottom: 5px;
}
.list-producten-almere ul li::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #dfb947;
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    top: -1px
}

@media (min-width: 1025px) {
	.list-producten-almere ul {
		column-count: 3;
	}
}
@media (max-width: 1024.98px) {
	.list-producten-almere ul {
		column-count: 2;
	}	
}