/* 1440px–1919px: Large Desktop */
@media (min-width: 1440px) and (max-width: 1919px) {}

/* 1366px–1439px: Standard Desktop */
@media (min-width: 1366px) and (max-width: 1439px) {}

/* 1280px–1365px: Medium Desktop */
@media (min-width: 1280px) and (max-width: 1365px) {}

/* 1024px–1279px: Tablet Landscape / Small Laptop */
@media (min-width: 1024px) and (max-width: 1279px) {}

/* 834px–1023px: Tablet Portrait */
@media (min-width: 834px) and (max-width: 1023px) {}

/* 768px–833px: Small Tablet */
@media (min-width: 768px) and (max-width: 833px) {}

/* 688px–767px: Large Mobile Landscape */
@media (min-width: 688px) and (max-width: 767px) {}

/* 600px–687px: Medium Mobile */
@media (min-width: 600px) and (max-width: 687px) {}

/* 412px–599px: Standard Mobile */
@media (min-width: 412px) and (max-width: 599px) {}

/* 393px–411px */
@media (min-width: 393px) and (max-width: 411px) {}

/* 375px–392px */
@media (min-width: 375px) and (max-width: 392px) {}

/* 360px–374px */
@media (min-width: 360px) and (max-width: 374px) {}

/* 320px–359px */
@media (min-width: 320px) and (max-width: 359px) {}


/* 1440px–1919px: Large Desktop */
/* 1366px–1439px: Standard Desktop */
/* 1280px–1365px: Medium Desktop */
/* 1024px–1279px: Tablet Landscape / Small Laptop */
/* 834px–1023px: Tablet Portrait */
/* 768px–833px: Small Tablet */
/* 688px–767px: Large Mobile Landscape */
/* 600px–687px: Medium Mobile */
/* 412px–599px: Standard Mobile */
/* 393px–411px */
/* same logic as above, slightly smaller text */
/* 375px–392px */
/* 360px–374px */
/* 320px–359px */