.desktopImg {
  display: block;
}

.mobileImg {
  display: none;
}

.topBannerSection {
  background: url("./images/aboutBackground.jpg");
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  color: rgb(80, 80, 80);
  padding-bottom: 50px;
}

.missionContainer {
  width: 75%;
  margin-left: 10%;
  padding: 2% 5%;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 2.2vw;
  letter-spacing: 3px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  text-align: justify;
}

.missionDesc {
  margin-top: 100px;
  width: 80%;
  margin-left: 10%;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.8vw;
  letter-spacing: 1.5px;
  line-height: 30px;
  text-align: justify;
}

@media (max-width: 680px) {
  .desktopImg {
    display: none;
  }

  .mobileImg {
    display: block;
  }

  .missionContainer {
    width: 80%;
    margin-left: 10%;
    padding: 2% 5%;
    font-size: 3.5vw;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
  }

  .missionDesc {
    margin-top: 50px;
    width: 80%;
    margin-left: 10%;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 3.8vw;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-align: justify;
  }
}

.valueContainer {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.valueImg {
  width: 40%;
}

.valueImg img {
  width: 90%;
  object-fit: cover;
}

.valueText {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.valueTitle {
  font-family: "Arial";
  font-size: 3vw;
  font-weight: bold;
}

.valueDesc {
  width: 100%;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.2vw;
  letter-spacing: 1.5px;
  line-height: 30px;
  text-align: justify;
  margin-top: 10px;
}

@media (max-width: 680px) {
  .valueContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }

  .valueImg {
    width: 90%;
  }

  .valueImg img {
    width: 100%;
    object-fit: cover;
  }

  .valueText {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-top: 1.5px solid rgb(129, 129, 129);
    padding-top: 10px;
  }

  .valueTitle {
    font-family: "Arial";
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
  }

  .valueDesc {
    width: 100%;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 3.5vw;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-align: justify;
    margin-top: 10px;
  }
}

.founderSection {
  display: flex;
  flex-direction: column;
  background: rgb(225, 225, 225);
}

.founderMessageContainer {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  width: 95%;
  margin-left: 2.5%;
}

.founderPhoto {
  width: 30%;
  height: 300px;
  border: 1px solid rgb(80, 80, 80);
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
  background: white;
}

.founderPhoto img {
  width: 100%;
  height: 100%;
}

.founderConnectingLines {
  width: 15%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-right: 1px solid black;
  margin-right: 4px;
  display: block;
}

.line1 {
  width: 100%;
  height: 1px;
  background: black;
  margin-top: 30px;
}

.founderMessageText {
  width: 50%;
  padding: 2%;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.3vw;
  letter-spacing: 1.5px;
  line-height: 30px;
  text-align: justify;
  border-left: 1px solid black;
}

@media (max-width: 680px) {
  .founderMessageContainer {
    margin-top: 50px;
    flex-direction: column;
    width: 95%;
    margin-left: 2.5%;
  }

  .founderPhoto {
    width: 90%;
    margin-left: 5%;
  }

  .founderConnectingLines {
    display: none;
  }

  .line1 {
    width: 100%;
    height: 1px;
    background: black;
    margin-top: 30px;
  }

  .founderMessageText {
    width: 90%;
    margin-left: 5%;
    padding: 0%;
    font-size: 3.5vw;
    border-left: 0px solid black;
  }
}

.partnerSection {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.partnerPic {
  width: 50%;
  height: auto;
}

.partnerPic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.partnerDesc {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.partnerText {
  padding: 4%;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 1.3vw;
  letter-spacing: 1.6px;
  line-height: 30px;
  text-align: justify;
}

@media (max-width: 680px) {
  .partnerSection {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .partnerPic {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .partnerPic img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .partnerDesc {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .partnerText {
    padding: 4%;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 3.5vw;
    letter-spacing: 1.6px;
    line-height: 30px;
    text-align: justify;
  }
}
