/* Add here all your css styles (customizations) */ .font-right { font-family: "Microsoft Yahei", "Open Sans",Verdana,sans-serif; } @media screen and (min-width: 1200px) { .logo-width { width: 560px; } .font-right { color: red; font-size: 20px; line-height: 80%; } } @media screen and (min-width: 992px) and (max-width: 1199px){ .logo-width { width: 500px; } .font-right { color: red; font-size: 18px; line-height: 80%; } } @media screen and (min-width: 768px) and (max-width: 991px) { .logo-width { width: 390px; } .font-right { color: red; font-size: 13px; line-height: 80%; } } @media screen and (max-width: 767px) { .logo-width { width: 400px; } .font-right { color: red; font-size: 12px; line-height: 80%; } }