@media (max-width: 575.98px) {
    .stats-slamedesign {
        display: flex;
        flex-direction: column;
        width:100%;
        letter-spacing: 2px;
        flex-wrap: nowrap;
    }
    .bignumber-slamedesign {
        font-size: 35px;
        font-weight: 700;
        color: var(--custom-text-color);
        opacity: .7;
        transition:.3s;
        margin-bottom: -10px;
        display: flex;
        justify-content: center;
    }
    .bignumber-slamedesign:hover {
        opacity: 1;
        cursor: pointer;
        transition:.3s;
    }
    .smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        opacity: .2;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .stats-slamedesign {
        display: inline-flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        padding: 4px 1px;
        justify-content: space-between;
        flex-wrap: wrap;
        width:100%;
    }
    .bignumber-slamedesign {
        font-size: 17px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: var(--custom-text-color);
        font-weight: 700;
        opacity: .7;
        margin-bottom: -5px;
        transition:.3s;
    }
    .bignumber-slamedesign:hover {
        color: var(--custom-text-color);
        opacity: 1;
        margin-bottom: -5px;
        cursor: pointer;
        transition:.3s;
    }
    .smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        opacity: .2;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .stats-slamedesign {
        display: inline-flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        padding: 4px 1px;
        justify-content: space-between;
        flex-wrap: wrap;
        width:100%;
    }
    .bignumber-slamedesign {
        font-size: 17px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: var(--custom-text-color);
        font-weight: 700;
        opacity: .7;
        margin-bottom: -5px;
        transition:.3s;
    }
    .bignumber-slamedesign:hover {
        color: var(--custom-text-color);
        opacity: 1;
        margin-bottom: -5px;
        cursor: pointer;
        transition:.3s;
    }
    .smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
        opacity: .2;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .stats-slamedesign {
        display: inline-flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        padding: 4px 1px;
        justify-content: space-between;
        flex-wrap: wrap;
        width:100%;
    }
    .bignumber-slamedesign {
        font-size: 17px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: var(--custom-text-color);
        font-weight: 700;
        opacity: .7;
        margin-bottom: -5px;
        transition:.3s;
    }
    .bignumber-slamedesign:hover {
        opacity: 1;
        margin-bottom: -5px;
        cursor: pointer;
        transition:.3s;
    }
    .smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        opacity: .2;
    }
}
@media (min-width: 1200px){
    .stats-slamedesign {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 20px 18px;
        width: 100%;
    }
    .bignumber-slamedesign {
        font-size: 38px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: var(--custom-text-color);
        opacity: .2;
        margin-bottom: -8px;
        transition:.7s;
    }
    .bignumber-slamedesign:hover {
        color: var(--custom-text-color);
        opacity: 1;
        cursor: pointer;
        transition:.7s;
    }
    .smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        opacity: .2;
    }
}