@media only screen and (max-width: 1440px){
} /* close: 1440px */
@media only screen and (max-width: 1024px){
    .show-on-mobile {
      display: inherit;
    }
} /* close: 1024px */
@media only screen and (max-width: 991px){
} /* close: 991px */
@media only screen and (max-width: 768px){
} /* close: 768px */
@media only screen and (max-width: 480px){
    .header .logo img {
        max-height: 45px;
        margin-right: 0;
    }
} /* close: 480px */
@media only screen and (max-width: 375px){
} /* close: 375px */