.header {
  /*color: #ffffff;*/
  background: none;
}
.header .header__logo-link img {
  /*filter: invert(1);*/
}

.about-page .about-section {
  width: 100%;
}

.about-page .flex {
  display: flex;
  align-items: center;
}
.about-page .flex > div {
  flex: 1;
}

.about-page .about-section {
  height: 700px;
}

.about-page .img-wrapper {
  height: 100%;
}

.about-page .about-section.top-banner {
  margin-top: calc(-1 * var(--height-header));
  height: 100vh;
  height: 100dvh;
}
.about-page .top-banner .img-wrapper .bg-text {
  left: 75%;
  max-width: 416px;
}
.about-page .top-banner .img-wrapper .bg-text h4,
.about-page .top-banner .img-wrapper .bg-text h5,
.about-page .top-banner .img-wrapper .bg-text p {
  font-size: 12px;
  line-height: 16px;
}
.about-page .top-banner .img-wrapper .logo {
  left: 25%;
  max-width: 328px;
}

.about-page .community-section .img-wrapper .btn {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

#community-section-mobile {
  display: none;
}

.about-page .vision-mission-section .img-wrapper .bg-text {
  max-width: 416px;
}

@media screen and (max-width: 959px) {
  .about-page .flex {
    flex-direction: column;
  }
  .about-page .flex > div {
    flex: auto;
    width: 100%;
  }

  .about-page .about-section {
    height: auto;
  }
  .about-page .about-section.top-banner {
    margin-top: calc(-1 * var(--height-header));
    height: 100vh;
    height: 100dvh;
  }
  .about-page .top-banner .img-wrapper .bg-text {
    left: 50%;
    top: 65%;
    max-width: 100%;
  }
  .about-page .top-banner .img-wrapper .logo {
    left: 50%;
    top: 25%;
    max-width: 157px;
  }

  .about-section.founder-section .flex {
    flex-direction: column-reverse;
  }

  .about-section.vision-mission-section {
    background-color: #000000;
  }
  .about-section.vision-mission-section .img-wrapper.img-wrapper-text .bg-text {
    color: #ffffff;
    padding: 120px 32px;
  }

  #community-section-mobile {
    display: block;
  }
  #community-section-pc {
    display: none;
  }
}
