#OurMission {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 210px;
}
#OurMission .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#OurMission .container .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#OurMission .container .list .item {
  width: 328px;
  height: 635px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(164, 164, 164, 0.25);
  border-radius: 15px 15px 15px 15px;
  margin-bottom: 50px;
}
#OurMission .container .list .item img {
  width: 100%;
  height: auto;
}
#OurMission .container .box {
  width: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#OurMission .container .box .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#OurMission .container .box .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
#OurMission .container .box .btn {
  width: 160px;
  height: 52px;
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #b9b9b9;
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Explore-Our-Diverse {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}
#Explore-Our-Diverse .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#Explore-Our-Diverse .title {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
#Explore-Our-Diverse .title span {
  color: #c7d30a;
}
#Explore-Our-Diverse .small {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
#Explore-Our-Diverse img {
  width: 100%;
  height: auto;
}
