* {
  box-sizing: border-box;
}
.about-container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  margin-top: -120px;
  padding: 6px 30px 30px;
  background-color: #fff;
  color: #161616;
  line-height: 36px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
}

.about-title {
  padding: 24px 0;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  color: #2c2c2c;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
}

.about-container p {
  text-indent: 2em;
  letter-spacing: 0px;
  margin-bottom: 28px;
}
.about-container .about-sub-title {
  margin-bottom: 0;
}

.about-service {
  margin-top: 10px;
  padding-left: 40px;
}

.about-service li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.about-service li::before {
  content: "กค";
  position: absolute;
  left: -20px;
  color: #161616;
  font-weight: bold;
  font-size: 20px;
}
