#ez-custom-header {
    background: #003965;
    color: #fff;
    display: flex;
    flex-direction: row;
    height: 32px;
    justify-content: flex-end;
    width: 100%;
}

#ez-custom-header a,
#ez-custom-header a:hover {
    text-decoration: underline;
    color: white;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1rem;
}

#ez-language-selector {
    display: flex;
    padding-left: 24px;
    padding-right: 22px;
    padding-top: 8px;
}

#ez-language-selector img {
    height: 16px;
    margin-right: 6px;
    width: 13px;
}

.item-links-container {
    margin-top: 16px;
    align-items: center;
    display: flex;
    gap: 32px;
}

.languageHeader {
    color: #212836;
    font-family: Barlow;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.75rem;
}

.languageHeader svg {
    height: 15px;
}

.subtitle-medium {
    font-style: normal;
    font-weight: 700;

    color: #212836;
    font-size: 1rem;
    line-height: 1.5rem;
    }
    
    @media screen and (max-width: 670px) {
        
      #ez-custom-header {
          margin-top:15px;
      }
        
    }|