/*CSS NORMAS E REGULAMENTAÇÕES*/

p.item_rh>a {
    color: var(--branco) !important;
    height: 100px;
    display: flex;
    align-items: center;
}

p.item_rh {
    display: flex;
    align-items: center;
    border: 1px solid var(--cinza_14);
    border-radius: 10px;
    margin-left: 25px;
    margin-bottom: 30px;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-width: 230px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    height: 125px;
    text-align: center;
    font-size: 1.2em !important;
    padding: 10px;
    color: var(--branco);
    background: linear-gradient(to right, var(--verde_5), var(--verdeEscuro));
}

p.item_rh:hover {
    transform: scale(1.02);
    box-shadow: 0px 1px 3px 1px var(--cinza_2);
}

.container_rh {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}