
.service-label {
    border: 1px solid #03B8DA;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    border-radius: 0.375rem;
    color: #20282D;
}

.service-checkbox:checked + .service-text {
    color: white;
}

.service-text{
  color: #20282D;
}