.banner {
  height: 50vh;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(253, 105, 0);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 3.3vw;
  line-height: 0.8;
}

.s2 {
  font-size: 1.4vw;
}

.story {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

.st {
  padding: 20px 0;
  text-align: center;
  font-size: 3vw;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  color: greenyellow;
}

.con {
  text-align: center;
  font-size: 1vw;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.conbox {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.c1 {
  width: 250px;
  height: 150px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 5px 2px 2px 0.9px rgb(106, 99, 99);
}

.red {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: red;
}

.ccon {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.mscon {
  width: 70vw;
  height: 200px;
  margin: 30px auto;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 2px 2px 2px 2px rgb(96, 72, 72);
}

.stm {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: greenyellow;
}

.mission span {
  font-weight: 600;
}

.end {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
