.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  margin: 0 auto;
  width: 100%;
  max-width: 1200px;

  position: relative;
}

.aboutUsContainer {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutUsSlogan {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 15px 0;

  background-color: #35473b;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.aboutUsSlogan h3 {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

  color: #e6c38a;
}

@media screen and (min-width: 480px) {
  .aboutUsSlogan h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .aboutUsSlogan h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.aboutUsTextContainer {
  width: 95%;
  margin-top: 30px;

  padding: 20px 10px;

  background-color: #f8eede;
  border: 1px solid rgba(26, 60, 42, 0.5);
  box-shadow: 0px 2px 5px rgba(26, 60, 42, 0.25);
  border-radius: 8px;
}

@media screen and (min-width: 480px) {
  .aboutUsTextContainer {
    margin-top: 40px;

    padding: 30px 10px;
  }
}

@media screen and (min-width: 768px) {
  .aboutUsTextContainer {
    width: 90%;
    padding: 30px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .aboutUsTextContainer {
    width: 80%;
  }
}

.whoWeAreContainer {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .whoWeAreContainer {
    flex-direction: row;
    justify-content: space-around;
  }
}

.whoWeAreContainer:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .whoWeAreContainer:not(:first-child) {
    margin-top: 30px;
  }
}

.whoWeAreContainer .whoWeAreButton {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #35473b;

  color: #e6c38a;

  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;

  padding: 7px 25px;

  border-radius: 6px;
}

@media screen and (min-width: 480px) {
  .whoWeAreContainer .whoWeAreButton {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .whoWeAreContainer .whoWeAreButton {
    padding: 10px 25px;
  }
}

@media screen and (min-width: 1024px) {
  .whoWeAreContainer .whoWeAreButton {
    font-size: 22px;
  }
}

.whoWeAreContainer .whoWeAreText {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;

  color: #1a3c2a;

  margin-top: 15px;

  max-width: 500px;
}

@media screen and (min-width: 480px) {
  .whoWeAreContainer .whoWeAreText {
    font-size: 16px;
    line-height: 20px;

    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .whoWeAreContainer .whoWeAreText {
    margin-top: 0;

    max-width: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .whoWeAreContainer .whoWeAreText {
    font-size: 18px;
    line-height: 22px;
    max-width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .whoWeAreContainer .whoWeAreText {
    font-size: 19px;
    line-height: 23px;
  }
}

.missionContainer {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 15px 5px;

  padding-bottom: 30px;

  margin-top: 30px;
  background-color: #ffffff;
}

@media screen and (min-width: 480px) {
  .missionContainer {
    padding: 20px 5px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .missionContainer {
    padding: 40px 10px;
    flex-direction: row;
    justify-content: space-around;
  }
}

@media screen and (min-width: 1024px) {
  .missionContainer {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 1200px) {
  .missionContainer {
    padding: 50px;
  }
}

.missionImage {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .missionImage {
    margin-bottom: 0px;
  }
}

.missionImage img {
  width: 100%;
  height: auto;

  max-width: 250px;
}

@media screen and (min-width: 480px) {
  .missionImage img {
    max-width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .missionImage img {
    max-width: 300px;
  }
}

.missionText {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 90%;
}

@media screen and (min-width: 480px) {
  .mission {
    max-width: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .mission {
    max-width: 600px;
  }
}

.mission:not(:first-child) {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .mission:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mission:not(:first-child) {
    margin-top: 20px;
  }
}

.mission ul li {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;

  color: #1a3c2a;
}

@media screen and (min-width: 480px) {
  .mission ul li {
    font-size: 20px;
  }
}

.mission p {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: center;

  color: #1a3c2a;
}

@media screen and (min-width: 480px) {
  .mission p {
    font-size: 17px;
    margin-top: 3px;
  }
}

@media screen and (min-width: 768px) {
  .mission p {
    font-size: 18px;
    margin-top: 2px;
  }
}

.bottomBanner {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #35473b;

  padding: 20px 0;

  margin-bottom: 10px;

  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.bottomBanner h2 {
  font-family: "Tiro Devanagari Hindi", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

  color: #e6c38a;

  max-width: 300px;
}

@media screen and (min-width: 480px) {
  .bottomBanner h2 {
    font-size: 22px;
    line-height: 28px;
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .bottomBanner h2 {
    font-size: 22px;
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .bottomBanner h2 {
    font-size: 24px;
  }
}
