.ns-1d1e8c01-container {
    width: 100%;
    box-sizing: border-box;
}

.ns-1d1e8c01-grid {
    display: grid;
    width: 100%;
}

.ns-1d1e8c01-card {
    position: relative;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.ns-1d1e8c01-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    z-index: 2;
}

.ns-1d1e8c01-text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}
