.about-cont .top-line {
  width: 85%;
  margin: 160px 0 50px auto;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #393a38;
}
.about-cont .top-line .title,
.about-cont .top-line .text {
  color: #393a38;
}
.about-cont .top-line .title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .about-cont .top-line {
    width: 100%;
    margin: 80px 0 40px 0;
    padding: 10px 3%;
  }
  .about-cont .top-line .title {
    font-size: 20px;
  }
}
.about-cont .inner .contents h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.about-cont .inner .contents h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.01em;
}
.about-cont .inner .contents h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #393a38;
}
.about-cont .inner .contents h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 50%;
  background-color: #ff350d;
  z-index: 1;
}
.about-cont .inner .contents h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.about-cont .inner .contents p {
  letter-spacing: -0.03em;
  line-height: 1.625;
  margin-bottom: 50px;
}