
.key-banner{
  align-items: center;
  justify-content: center;
}
.home-menu{
  background: var(--menu-bg);
  color: var(--button-color);
  max-width: 1475px;
  line-height: 42px;
  margin: 0 auto;
  border-radius: 12px;
  width: 100%;
  padding: 0 5vw;
  box-sizing: border-box;
  display: block;
}
.home-menu ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.home-menu ul li{
}
.home-section{
  width: 100%;
  max-width: 1380px;
  padding: 50px 20px 20px;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
}
.home-section .home-intro .intro{
  width: 60%;
  flex-direction: column;
  text-align: justify;
}
.home-section .home-intro .content{
  align-items: start;
  justify-content: space-between;
  /*column-gap: 80px;*/
}
.home-section .home-intro{
  flex-direction: column;
}
.home-section .home-intro .ambassador{
  width: 35%;
}

.key-banner .header-logos,.key-banner .wsd-logos{
  position: absolute;
  right: 3.8em;
  top: 1em;
  font-size: 1vw
}
.key-banner .wsd-logos{
  left: 3.8em;
}
.key-banner .header-logos img, .key-banner .wsd-logos img{
  /*width: 8em;*/
  height: 3.5em;
  margin-right: 0.5em;
}
@media (max-width: 1475px) {
  .home-menu ul li{
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .home-menu{
    display: none;
  }
  .home-section .home-intro .content{
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
  .home-section .home-intro .intro{
    width: 100%;
  }
  .home-section .home-intro .ambassador{
    width: 50%;
  }
  .key-banner{
    background: var(--button-color);
    margin-top: -25px;
  }
  .key-banner img{
    width: 150%;
  }
  .key-banner .header-logos,.key-banner .wsd-logos{
    display: none;
  }
}
@media (max-width: 576px) {
  .home-section .home-intro .ambassador{
    width: 80%;
  }

}