.containerGrupoSaude {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;  
    padding: 10px;
}

p.item_saude>a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
}

p.subitem_saude>a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #01913a;
}

p.item_saude {
    padding: 20px;
    background: #01913a;
    width: 350px;
    margin: 35px 0px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    height: 100px;
    text-align: center;
    font-size: 1em !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.subitem_saude {
    padding: 20px;
    background: #fff;
    width: 100%;
    max-width: 290px;
    margin-left: 12px;
    margin-right: 12px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    font-weight: bold;
    height: 60px;
    text-align: center;
    font-size: 0.9em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 10%)
}

.container_saude {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
} 

p.item_saude:hover,
p.subitem_saude:hover {
    transform: scale(1.02);
    box-shadow: 0px 1px 3px 1px #f9f9f9;
    box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 20%)
}
