.textCards .box-dl {
    border-radius: var(--rounded);
    /*grid-template-rows: 3fr 6fr 1fr;
    grid-template-columns: 1fr;
    height: 29rem;
    display: grid;
    gap: 1rem;*/
    max-width: 20rem;
    height: auto;
    padding: 2rem;
    margin: 0 19px;
}

/* .textCards .textCard-description {
        overflow-y: auto;
    }*/

.textCards .textCard-tittle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    min-height: 61px;
}

.textCards p {
    margin: 0;
}

.textCards .CallToAction a {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    width: 100%;
}


.textCards .box-dl:not(.textCard-cardLiquidGlass) {
    box-shadow: 0 4px 25px rgba(82, 82, 82, .15);
}

.textCards .textCard-cardLiquidGlass {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
