.title span {
  display: none;
}
.title h2 {
  position: relative;
  display: block;
  font-family: "Poppins", serif;
  color: #444444;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.title h2::first-letter {
  color: #f6a700;
}
.about-sect .title span {
  display: block;
}

.service-sect .title h2::after {
  content: "OUR";
  position: absolute;
  color: #fff;
  font-size: 120px;
  font-weight: bold;
  font-family: "Poppins", serif;
  letter-spacing: 0.3px;
  top: -15px;
  left: -150px;
  z-index: -1;
}

.products-sect .title h2::before,
.album-sect .title h2::before {
  left: unset;
  right: -23px;
}

.products-sect .title h2,
.album-sect .title h2 {
  padding-left: 0;
  padding-top: 0;
}

.about-sect .txt-box .index-about-editor .editor h3 {
  letter-spacing: 1px;
}

.about-sect .txt-box .index-about-editor .editor {
  height: 170px;
}
.service-sect .editor {
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .title h2 {
    font-size: 30px;
  }

  .service-sect .title h2::after {
    top: -10px;
    left: calc(50% - 125px);
    font-size: 50px;
  }

  .about-sect .txt-box .index-about-editor .editor {
    -webkit-line-clamp: inherit;
    height: auto;
  }
}
