.australian_flags.flex {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    gap: 24px;
  
  img {
    width: 8.9552238806vw;
    max-width: 120px;
    min-width: 64px;
    height: auto;
  }
}
.region-header  .block-system-branding-block {
  padding-bottom: 0;
  img {
    width: 100%; 
  }
}
.region-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}  