@media (max-width: 575.98px) {
    .stats-slamedesign {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        align-content: center;
    }
    b.bignumber-slamedesign {
        font-size: 10px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: #fff;
        opacity: .7;
        margin-bottom: -5px;
        transition:.3s;
    }
    b.bignumber-slamedesign:hover {
        color: #fff;
        opacity: 1;
        margin-bottom: -5px;
        cursor: pointer;
        transition:.3s;
        margin-left: 10px;
    }
    b.smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 7px;
        opacity: .5;
        color: var(--default-text-color);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .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%;
    }
    b.bignumber-slamedesign {
        font-size: 17px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: #fff;
        opacity: .7;
        margin-bottom: -5px;
        transition:.3s;
    }
    b.bignumber-slamedesign:hover {
        color: #fff;
        opacity: 1;
        margin-bottom: -5px;
        cursor: pointer;
        transition:.3s;
        margin-left: 10px;
    }
    b.smalltext-slamedesigh {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        opacity: .5;
        color: var(--default-text-color);
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
.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%;
}
b.bignumber-slamedesign {
    font-size: 27px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    color: #fff;
    opacity: .2;
    margin-bottom: -5px;
    transition:.7s;
}
b.bignumber-slamedesign:hover {
    color: #fff;
    opacity: 1;
    margin-bottom: -5px;
    cursor: pointer;
    transition:.7s;
}
b.smalltext-slamedesigh {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    opacity: .5;
    color: var(--default-text-color);
}
}
@media (min-width: 992px) and (max-width: 1199.98px){
.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%;
}
b.bignumber-slamedesign {
    font-size: 27px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    color: #fff;
    opacity: .2;
    margin-bottom: -5px;
    transition:.7s;
}
b.bignumber-slamedesign:hover {
    color: #fff;
    opacity: 1;
    margin-bottom: -5px;
    cursor: pointer;
    transition:.7s;
}
b.smalltext-slamedesigh {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    opacity: .5;
    color: var(--default-text-color);
}
}
@media (min-width: 1200px) and (max-width: 1499.98px){
.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%;
}
b.bignumber-slamedesign {
    font-size: 27px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    color: #fff;
    opacity: .2;
    margin-bottom: -5px;
    transition:.7s;
}
b.bignumber-slamedesign:hover {
    color: #ff9900;
    opacity: 1;
    margin-bottom: -5px;
    cursor: pointer;
    transition:.7s;
}
b.smalltext-slamedesigh {
    text-transform: uppercase; 
    font-size: 12px;
    font-weight: 500;
    opacity: .5;
    color: var(--default-text-color);
}
}
@media (min-width: 1500px){
    .stats-slamedesign {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        padding: 15px 35px;
        border: 1px solid #25242f;
        border-radius: 14px;
    }
    b.bignumber-slamedesign {
        font-size: 27px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        color: #fff;
        opacity: .2;
        margin-bottom: -5px;
        transition:.7s;
    }
    b.bignumber-slamedesign:hover {
        color: #ff9900;
        opacity: 1;
        margin-bottom: -5px;
        cursor: pointer;
        transition:.7s;
    }
    b.smalltext-slamedesigh { 
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        opacity: .5;
        color: var(--default-text-color);
    }
}