
.nw-aurora-wrapper .nw-grid{
    display: grid;
    gap:20px;
}
.nw-aurora-wrapper .nw-grid-col-3{
    grid-template-columns: repeat(3, 1fr);
}
.nw-aurora-wrapper .grid-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.nw-aurora-wrapper .grid-item > label{
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.nw-aurora-wrapper .button-wrapper{
    margin-bottom: 2rem;
}
.nw-aurora-wrapper .button-wrapper button{
    width: 300px;
}
