.fyind_header{
    background-color: #facc15;
    padding: .6rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fyind_logo{
    max-height: 100%;
    max-width: 100%;
    width: 13rem;
  }
  .login_register{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    gap: 15px;
  }
  .login_register a{color: #000}
  .flag_uae{
    width: 2rem;
    height: 1.5rem;
  }