
:root {
    --grid-cols: 2;

}
/*.clients {
    display: flex;
    flex-direction: row;

    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}*/
.clients img {
    height: clamp(25px, 4vw, 30px);
}

.servicegrid article {
    display:flex;
    flex-direction: column;
    padding:3rem;
}
/*.display-1 {
    font-size: 42px;
    line-height: 120%;
    font-size: clamp(2.25rem, 1.467rem + 1.913vw, 4.5rem)
}*/

.spec {
    background-color:#f39;
    color:#fff;
    border-radius:1rem;
}

.pico-background-0 {
    background: transparent;
    box-shadow: none;
}

@media screen and (max-width: 600px) {
    .grid {
        --grid-cols: 1;
        --grid-areas: 'center';
    }

}
