.custom-header{align-items:stretch;display:flex;flex-direction:column;gap:12px}.custom-header__top-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-end;width:100%}.custom-header__top-links a{color:#000;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;line-height:1.4;text-decoration:underline}.custom-header__logo{align-self:center;text-align:center}.custom-header__logo img{display:block;height:auto;max-width:500px;width:100%}@media screen and (max-width:767px){.custom-header{gap:16px;padding-left:16px;padding-right:16px}.custom-header__top-links{align-items:center;display:felx;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:felx-end;width:100%}.custom-header__top-links a{font-size:14px;line-height:1.4;text-align:right;white-space:nowrap}.custom-header__logo{align-self:center;text-align:center}.custom-header__logo img{height:auto;max-width:220px;width:100%}}