.section-about-content {
  margin-top: 28vw;
}

.section1-about-text1 {
  margin: 0;
  font-family: "Lato Medium";
  font-size: 1.8vw;
  color: white;
  background-color: #7ca400;
  border-radius: 3vw;
  padding: 0.4vw 4.5vw;
  border: none;
}

.section1-about-text2 {
  margin: 0;
  margin-top: 1.2vw;
  font-family: "Lato Regular";
  color: #7ca400;
  font-size: 0.95vw;
  line-height: 1.2vw;
  width: 30vw;
  text-align: center;
}

.section2-about {
  margin-top: 1.5vw;
}

.section2-about-img1 {
  width: 23vw;
  margin: 2vw;
}

.section2-about-content2 {
  margin: 1vw;
  margin-top: 7vw;
}

.section2-about-text1 {
  margin: 0;
  font-family: "Lato Regular";
  color: #7ca400;
  font-size: 1.6vw;
  line-height: 1.7vw;
  width: 23vw;
  text-align: center;
}

.section2-about-text2 {
  margin: 0;
  margin-top: 0.8vw;
  font-family: "Lato Regular";
  color: #91899f;
  font-size: 0.97vw;
  line-height: 1.2vw;
  width: 23.5vw;
  text-align: center;
}

.section2-about-img2 {
  width: 14.5vw;
  top: 15.3vw;
  left: 19.5vw;
}

.section3-about {
  margin-top: 1vw;
}

.section3-about-img1 {
  width: 23vw;
  margin: 2vw;
}

.section3-about-content2 {
  margin: 1vw;
  margin-top: 7.5vw;
}

.section3-about-text1 {
  margin: 0;
  font-family: "Lato Medium";
  color: #91899f;
  font-size: 1.1vw;
  line-height: 1.3vw;
  width: 23vw;
  text-align: center;
}

.section3-about-text2 {
  margin: 0;
  margin-top: 0.8vw;
  font-family: "Lato Regular";
  color: #7ca400;
  font-size: 0.85vw;
  line-height: 1.1vw;
  width: 18.5vw;
  text-align: center;
}

@media (max-width: 767px) {
  .section-about-content {
    margin-top: 176vw;
  }
  .section1-about-text1 {
    font-size: 6vw;
    border-radius: 30vw;
    padding: 2vw 18vw;
    border: none;
  }
  .section1-about-text2 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 4.5vw;
    width: 70vw;
  }
  .section2-about {
    margin-top: 6vw;
  }
  .section2-about-img1 {
    width: 72vw;
    margin: 2vw;
  }
  .section2-about-content2 {
    margin: 1vw;
    margin-top: -9vw;
  }
  .section2-about-text1 {
    font-size: 6vw;
    line-height: 6.5vw;
    width: 70vw;
    text-align: center;
    margin-top: 28vw;
  }
  .section2-about-text2 {
    margin-top: 4vw;
    font-size: 4.2vw;
    line-height: 5vw;
    width: 77vw;
    text-align: center;
  }
  .section2-about-img2 {
    width: 39vw;
    top: 48vw;
    left: 9vw;
  }
  .section3-about {
    margin-top: 10vw;
  }
  .section3-about-img1 {
    width: 85vw;
    margin: 2vw;
  }
  .section3-about-content2 {
    margin: 1vw;
    margin-top: 5vw;
  }
  .section3-about-text1 {
    font-size: 5vw;
    line-height: 5.5vw;
    width: 75vw;
    text-align: center;
  }
  .section3-about-text2 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 5.5vw;
    width: 79vw;
    text-align: center;
  }
  .section-about {
    padding-bottom: 16vw;
    background-color: white;
  }
}
