.about-section1 .wrapper {
  max-width: 1030px;
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 40px;
}
.about-section1 .wrapper .content {
  letter-spacing: 2px !important;
  line-height: 45px !important ;
  font-weight: 300 !important;
  opacity: 0.9 !important;
}

.about-section1 .wrapper img {
  width: 241px;
  height: 179px;
  margin-bottom: 30px;
}

.about-section2 .wrapper {
  margin: auto;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 64px;
}

.about-section2 .wrapper div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 160px;
}

.about-section2 .wrapper img {
  width: 100%;
  opacity: 0.9;
}

.about-section2 ul {
  display: none;
}

.about-section3 .wrapper {
  margin: auto;
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 70px;
}

.about-section4 {
  flex-direction: column;
}

.about-section4::after {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #7c4043;
}

.about-section4 .wrapper {
  margin: auto;
  font-size: 42px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 65px;
}

.about-section4 h2,
.about-section4 h3 {
  margin-bottom: 20px;
  font-size: 50px;
  letter-spacing: 3px;
  color: #51f4f8;
  font-weight: 400;
}

.about-section4 h3 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  section{
    min-height:80vh;
  }
  .about-section1 .wrapper {
    max-width: 302px;
    margin: auto;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 30px;
  }

  .about-section1 .wrapper img {
    width: 165px;
    height: 134px;
    margin-bottom: 2px;
  }

  .about-section1 .wrapper .content {
    margin: 12px auto 12px;
    letter-spacing: 1px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    font-size:14px
  }

  .about-section2 .wrapper div,
  .about-section2 .wrapper img {
    display: none;
  }

  .about-section2 ul {
    display: block;
  }

  .about-section2 ul li {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.9);
  }
  .about-section3 {
    min-height: 50vh;
  }

  .about-section3 .wrapper {
    margin: auto;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 30px;
  }

  .about-section4 {
    flex-direction: column;
  }

  .about-section4 .wrapper {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 150px;
  }
  .about-section4 .wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  .about-section4 h2 {
    margin: 10px auto;
    font-size: 22px;
    font-weight: 600;
    color: #51f4f8;
  }
  .about-section4 h3 {
    font-size: 24px;
  }
}
