.about {
  margin-top: 4rem;
}

.about .title {
  font-weight: 600;
}

.about .content {
  font-weight: 400;
  color: #343434;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.34;
}

.about .info .title {
  color: #9e015c;
  font-size: 0.9rem;
}
.about .info .subtitle {
  color: #b4b4b4;
  font-size: 0.8rem;
  font-weight: 200;
}

.content-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 55%;
  min-height: 500px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-header .title {
  font-size: 53px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -6px;
  letter-spacing: 0.01rem;
}

.content-header .sub-title {
  font-size: 26px;
  letter-spacing: -6px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 768px) {
  .content-header .title {
    font-size: 3rem;
    text-align: center;
    margin-left: -1rem;
    letter-spacing: 0.02rem;
  }
  .content-header .sub-title {
    margin-top: -1rem !important;
    font-size: 2rem !important;
    text-align: center;
    font-weight: bold;
    margin-left: -1rem;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 576px) {
  .content-header .title {
    font-size: 2rem;
    text-align: center;
    margin-left: -1rem;
    word-wrap: break-word;
    letter-spacing: 0.02rem;
  }
  .content-header .sub-title {
    margin-top: 1rem !important;
    font-size: 1.5rem !important;
    text-align: center;
    margin-left: -1rem;
    word-wrap: break-word;
    letter-spacing: 0.1rem;
  }
}
