.about {
  padding-top: 210px;
}
.about .about-box {
  max-width: 1380px;
  margin: auto;
  font-size: 16px;
  color: #656D6F;
  line-height: 22px;
  font-weight: 400;
}
.about .about-box .title {
  font-size: 60px;
  color: #212121;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 80px;
}
.about .about-box .subtitle {
  font-size: 20px;
  color: #212121;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 22px;
}
.about .about-box .subtitle2 {
  font-weight: 700;
}
@media (max-width: 576px) {
  .about {
    padding: 30px 15px 0;
  }
  .about .about-box {
    font-size: 12px;
    line-height: 16px;
  }
  .about .about-box .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .about .about-box .subtitle {
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    margin-bottom: 11px;
  }
}
