@david19 Just in case, if you wanna change one css attribute like "the same one" in the same class or id for an example
font-size: 24px
you have to put the "limit" and the limit is the next "min-width" but it cant be the same number in pixels for an example:
@media (min-width: 768px) and (max-width: 991.98px)
@media (min-width: 992px) and (max-width: 1199.98px)
In the max-width you have to put there 0.02px less than the max of next min-width. I have hope that i explained it clearly c: I'm glad that i could help ya. Have fun and Goodluck!