.ajusta-gift-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
figure.d-flex-figura {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    height: 200px;
    box-sizing: border-box;
    padding: 0 0 0 1.8rem;
}

span.circulo-verde {
    width: 104px;
    height: 104px;
    position: absolute;
    background-color: #E7FBF1;
    border-radius: 100%;
    z-index: 0;
    transform: translateX(-25%);
}

figure.d-flex-figura img {
    height: 111px;
    position: relative;
    z-index: 1;
}


div#_resultadoBeneficiosSalud, div#_resultadoBeneficiosOtros {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 5rem;
}

.card-beneficios
{
    width:100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 300px;
}