svg {
    color: #1f6f8b;   
}

#img-coworking {
    width: 100%;
    border-radius: 16px;
}

.svg-div {
    display:flex;
    margin-left: auto;
    margin-right: auto;
    height: 3rem;
    width: 3rem;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background-color: #1f6f8b1a;
}

.grid-content h3 {
    min-height: 2.4em;
}

.li-prestations {
    display: flex;
    gap: 8px;
}

/* Bullet points */
.li-prestations span {
    width: 6px;
    height: 6px;
    margin-top: 6px;
    background-color: green;
    border-radius: 9999px;
    flex-shrink: 0;
}