.GroupCards p {
    --width-iconCards: 0;
    --width-iconText: 0;
}

.GroupCards p {
    margin: 0;
}

.GroupCards .cardsGroup {
    background-color: #80808026;
    border-radius: var(--rounded-lg);
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    height: 17rem;
    padding: 1.4rem 1.9rem;
    display: grid;
}

.GroupCards .iconCards {
    width: 70px;
    /*--width-iconCards: 15%;
    width: var(--width-iconCards);*/
    border-radius: 50px;
    height: 100%;
}

.GroupCards .iconText {
    /*--width-iconText: 85%;
    width: var(--width-iconText);*/
    width: 100%;
    font-size: 1.1rem;
    font-family: var(--font-noto);
    font-weight: bold;
    line-height: normal;
    height: 100%;
    justify-content: start;
    align-items: center;
    display: flex;
}

.GroupCards .iconDescription,
.GroupCards .iconDescription p {
    font-size: 0.9rem;
    font-family: var(--font-noto);
    padding-right: 1px;
    overflow-y: auto;
}
