customercard > *{
    display: flex;
    justify-content: center;
    align-items: center;
}

instituto{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

instituto > h1{
    color: #FFFFFF;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
}

instituto > img{
    width: 65px;
}

contorno{
    width: 100%;
}

contorno > img{
    height: 100px;
}

modelar{
    width: 100%;
}

modelar > img{
    height: 50px;
}

unidosaude{
    width: 100%;
}

unidosaude > img{
    height: 80px;
}