.studio-services .studio-services__cards.try-lab-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: clamp(1.1rem, 2.5vw, 1.75rem);
}

.try-lab-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 0 1 20rem;
    width: min(100%, 20.5rem);
}

.try-lab-card__kind {
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
}

.try-lab-card .studio-card__lever-prose {
    flex: 1 1 auto;
}

.try-lab-card__cta {
    margin-top: 1.1rem;
    align-self: flex-start;
    text-decoration: none;
}

.try-lab-empty {
    margin: 0;
    color: #555;
    font-size: 1.02rem;
    line-height: 1.55;
}

.try-lab-empty a {
    color: inherit;
}
