.yellow-card-box {
    position: relative;
    padding: 16px 12px;
    border-radius: 12px;
    background: linear-gradient(180deg, #232323 0%, rgba(18, 18, 18, 0.76) 100%);
    min-height: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yellow-card-number {
    display: inline-block;
}

.yellow-card-heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.yellow-card-text {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 26px;
}


@media screen and (min-width: 1024px) {
    .wide {
        grid-column: span 2;
    }

}

