.header { height: 88px; background: #071139; border-color: #1b3774; }
.header .menu a { color: #eef5ff; }
.brand-image { display: block; width: 150px; height: 76px; overflow: hidden; border-radius: 5px; }
.brand-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
footer { background: #071139; border: 0; }
footer p, footer > a:not(.brand-image) { color: #d7e6ff; }
footer .brand-image { width: 120px; height: 61px; }
@media (max-width: 800px) { .header { height: 70px; } .brand-image { width: 108px; height: 55px; } }
