.container-about {
  background: #36b69e;
}

.about {
  margin: 0 15px;
  color: #fff;
  font-family: "Poppins", serif;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* .about .about-text {
  width: 50%;
} */

.about .about-1,
.about .about-2 {
  margin: 2% 15px;
}
.about li {
  list-style: none;
}

.about h2 {
  color: #fff;
}

.about ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about .about-item {
  justify-items: center;
  text-align: center;
  margin: 20px 0;
}

.about .about-item img {
  width: 30px;
  height: 30px;
}

.about .about-item p {
  font-size: 80%;
  line-height: 23px;
}

.about .about-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.about .about-2 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  /* padding: 0 20px; */
}

.about .about-2 .about-item {
  margin: 10px 0;
  font-size: 1rem;
  text-align: left;
}

/* .about .about-2 li {
  list-style: circle;
} */
.about .about-2 li::marker {
  font-size: 1rem;
}

@media (min-width: 769px) {
  .about-1,
  .about-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    box-sizing: border-box;
    margin: 0 15px;
  }

  .about .about-2 .about-text {
    order: 2;
  }
  .about .about-2 .about-img {
    order: 1;
  }

  .about h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .about p {
    font-size: 1rem;
    line-height: 33px;
    color: #fff;
  }

  .about .about-img img {
    width: 28rem;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .about {
    max-width: 1200px;
  }

  .about .about-text {
    width: 50%;
    color: #222;
    font-weight: 500;
  }

  .about .about-img img {
    width: 28rem;
    height: auto;
  }

  .about .about-2 p {
    font-size: 1rem;
  }

  .about .about-1,
  .about .about-2 {
    margin: 5% 0px;
  }

  .about p {
    font-size: 1.2rem;
    line-height: 37px;
  }

  .about .about-item p {
    font-size: 1.2rem;
    line-height: 40px;
  }

  .about .about-2 .about-item {
    font-size: 1.2rem;
  }
}
