/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2026 | 14:32:24 */
.custom-usp-wrapper {
    margin-top: 50px;
}

.custom-usp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-usp-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
}

/* groene cirkel + check */
.custom-usp-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #FD8204;
    color: #ffffff !important;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
	font-weight: 300 !important;
    justify-content: center;
}

.custom-usp-list {
	font-family: Open Sans !important;
}




@media screen and (max-width: 767px) { 

.custom-usp-list li::before {
    color: white !important;
}	
	
}

