#first-section-about {
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  min-height: 90vh;
  width: 100%;
  background: linear-gradient(to top left, rgba(20,10,50, 1), rgba(20,10,50, 1));
}

#first-section-about .first-box{
  width: 100%;
  height: 90vh;
  background-color: transparent;
  display: flex;
  align-items:center;
  justify-content:center;
  text-align: center;
}

#first-section-about .title {
  font-size: 3rem;
}

#second-section-about {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
  text-align: center;
  min-height: 90vh;
  width: 100%;
  text-align: left;
  background: linear-gradient(to top left, #0c90ad, #00b6b9);
}

#second-section-about .title {
 font-size: 2rem;
 margin-bottom: 20px;
}

#second-section-about .title-text {
  margin-bottom: 20px;
}

#second-section-about .subtitle{
  font-size: 1.5rem;
}

#second-section-about .first-box{
  width: 100%;
  min-height: 70vh;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items:baseline;
  justify-content:center;
  text-align: center;
  padding: 100px;
}

#second-section-about .about-sub-text-box{
  max-width: 45vw;
  display: block;
  height: 330px;
  text-align: justify;
  text-justify: inter-word;
  padding: 20px;
}

#second-section-about .second-box{
  width: 100%;
  min-height: 10vh;
  background-color: white;
  display: block;
  align-items: baseline;
  padding: 100px;
  padding-bottom: 100px;
  color: grey;
  justify-content: baseline;
  text-align: left;
  border-radius: 0 500px 0 0;
}

#second-section-about .second-box-text{
  width: 80%;
  margin-bottom: 10px;
}

#third-section-about{
  width: 100%;
  padding: 100px;
  background: linear-gradient(to top, rgb(214, 214, 214), rgb(255, 255, 255));
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
  text-align: center;
  color: #333;
}

#third-section-about .title{
  font-size: 2rem;
  margin: 25px;
}

#third-section-about .subtitle{
  font-size: 1.5rem;
  margin: 25px;
}

#founders-section-about{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0px;
  color: #333;
  background: linear-gradient(130deg, rgb(255, 255, 255), rgb(255, 255, 255));
}

#founders-section-about .fourth-section-header{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5vh;
  flex-basis: 100%;
  color: grey;
}

#founders-section-about .section-subbox{
  min-width: 20vw;
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: #fff;
  border-radius: 10px;
  min-height: 50vh;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  padding: 20px;
  padding-top: 5vh;
  max-width: 20vw;
}

#founders-section-about .subbox-img{
  height: 100px;
  width: 100px;
}

#founders-section-about .subbox-header{
  border-image-source: linear-gradient(to left, #13A3C3, #33E0E3);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;
  font-size: 1.5rem;
}

#founders-section-about .subbox-subheader{
  display: block;
  font-size: 0.8rem;
  padding-top: 50px;
  max-width: 100%
  
}