.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
}

.header .menu-icon .navicon {
  background: white;
}
@media only screen and (max-width: 1500px) {
  .ourStoryContainer {
    max-width: 80%;
  }
}

@media only screen and (max-width: 1280px) {
  .ourStoryContainer {
    max-width: 100%;
  }
}

@media only screen and (max-width: 780px) {
  .ourTitle {
    font-size: 50px;
  }

  .ourStoryContainer {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 0 0;
  }

  .descriptionOurContainer {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: justify;
    margin-right: 20px;
    margin-left: 20px;
  }

  .ourDescription {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    padding-right: 50px;
    padding-left: 40px;
  }

  .imageOurText h1 {
    margin: 0;
    font-family: var(--font-noto);
    font-size: 3rem;
  }

  .imageOurText p {
    font-size: 5rem;
    line-height: 5rem;
  }

  .ourImageContainer {
    gap: 2rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ourTitle {
    font-size: 30px;
  }

  .ourDescription {
    gap: 10px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 0;
    padding-left: 0;
  }
}
