@media (max-width:576px) {
    
}

@media (min-width:576px) and (max-width:767px) {
    
}

@media (min-width:768px) and (max-width:991px) {
    
}

@media (min-width:992px) and (max-width:1199px) {
    
}

@media (min-width:1200px) and (max-width:1399px) {
    
}

@media (min-width:1400px)  {
    
}


/* Media Queries For Dark Mode and Light Mode */
/* Light Mode */
@media (prefers-color-scheme: light){

}
/* Dark Mode */
@media (prefers-color-scheme: dark){

}
/* No Prefrance */
@media (prefers-color-scheme: no-prefrance){

}




.text-white{
    color: #fff !important;
}

a{
    text-decoration: none !important;
}

.sales-team, small {
    font-size: 80%;
    font-weight: 400;
}
