.counter-widget {
border: 3px dotted #008000; 
border-radius: 15px; 
background-color: #f1fde7;
margin-bottom: 30px;
padding: 20px;
}

.counter-widget p {
    font-weight: 600;
    font-size: 20px;
    color: #558B2F;
}

.counter-widget p span {
    font-weight: 700;
    font-size: 40px;
    color: #44460f;
}

.counter-widget ul {
    list-style: none;
}

