.about__page__wrapper {
  width: 100vw;
  max-width: 1500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 10vh;
}

.about__header {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.432);
  background-blend-mode: overlay;
}

.about__header h1 {
  width: 80%;
  color: #fff;
  font-size: 1.5rem;
  background-color: rgb(0, 162, 255);
  padding: 1rem 1.5rem;
  line-height: 1.4;
  font-weight: normal;
}

.about-lg {
  font-size: 3rem;
  font-weight: bold;
}

.about__page__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
}

.about-us {
  width: 85%;
  margin: 5rem auto;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.highlight__text {
  font-size: 2rem;
  color: rgb(0, 140, 255);
}

.highlight__about__wrapper {
  width: 100%;
  background-color: rgb(0, 89, 255);
}

.about__page__quote {
  width: 85%;
  margin: 1rem auto;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about__page__quote img {
  width: 40%;
}

.about__page__quote p {
  width: 60%;
  padding: 2rem 2rem;
  font-size: 1.1rem;
  line-height: 2;
  color: #fff;
}
.about__end__quote__wrapper {
  width: 100%;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 89, 255);
}

.about__end__quote__wrapper .about__end__quote {
  width: 60%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
}

.lets__talk__wrapper {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lets__talk {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lets__talk h1 {
  font-size: 2.5rem;
}

.lets__talk a {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0, 89, 255);
  border-radius: 25px;
  padding: 1rem 3rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.lets__talk a:hover {
  background-color: rgb(187, 187, 187);
}
@media (max-width: 1150px) {
  .lets__talk {
    width: 90%;
    padding: 1rem;
    margin: 3rem 0;
  }
}

@media (max-width: 1100px) {
  .about__header h1 {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .about__header {
    height: 80vh;
  }
  .about__header h1 {
    width: 100%;
    padding: 0.6rem;
    font-size: 1.3rem;
  }

  .about-us {
    margin: 2rem auto;
  }
  .about__page__quote {
    width: 90%;
    padding: 1.5rem 0;
  }
  .lets__talk {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .about__page__quote {
    width: 99%;
    padding: 1rem;
  }
  .about__page__quote p {
    padding: 1rem;
  }
  .lets__talk h1 {
    font-size: 1.6rem;
  }
  .lets__talk {
    width: 90%;
  }
  .lets__talk a {
    padding: 1rem 2rem;
  }
}

@media (max-width: 700px) {
  .about__page__quote p {
    font-size: 1rem;
  }
  .lets__talk {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about__header {
    height: 70vh;
  }
  .about__header h1 {
    font-size: 1.2rem;
  }

  .about-lg {
    font-size: 2rem;
  }
  .about__page__quote {
    flex-direction: column;
  }
  .about__page__quote img {
    width: 60%;
    padding: 1rem;
  }
  .about__page__quote p {
    width: 100%;
    padding: 0;
    margin-top: 1rem;
  }
  .about__page__quote p:nth-child(1) {
    margin-top: 0;
  }
  .lets__talk {
    flex-direction: column;
  }
  .lets__talk a {
    margin-top: 1.5rem;
  }
}

@media (max-width: 400px) {
  .lets__talk h1 {
    font-size: 1.2rem;
  }
  .lets__talk a {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}
