.hero-ghostwriting {
  width: 100%;
  height: 960px;
  position: relative;
}

.hero-ghostwriting .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-ghostwriting .hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-ghostwriting .hero-wrapper {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.hero-ghostwriting .hero-titles {
  font-family: "Clash Display", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-ghostwriting .hero-title-highlight {
  color: #f96805;
}

.hero-ghostwriting .black {
  color: #000000;
}

.hero-ghostwriting .hero-texts {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000000;
}

@media (max-width: 1550px) {
  .hero-ghostwriting {
    height: 880px;
  }

  .hero-ghostwriting .hero-wrapper {
    top: 42%;
    max-width: 90%;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 55px;
    line-height: 1.1;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 17px;
    line-height: 1.45;
    align-items: center;
  }
}

@media (max-width: 1280px) {
  .hero-ghostwriting {
    height: 820px;
  }

  .hero-ghostwriting .hero-wrapper {
    top: 42%;
    max-width: 92%;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 58px;
    line-height: 1.15;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .hero-ghostwriting {
    height: 760px;
  }

  .hero-ghostwriting .hero-wrapper {
    top: 43%;
    max-width: 94%;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 52px;
    line-height: 1.2;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 17px;
    line-height: 1.55;
  }
}

@media (max-width: 991px) {
  .hero-ghostwriting {
    height: 700px;
  }

  .hero-ghostwriting .hero-wrapper {
    top: 44%;
    max-width: 95%;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 48px;
    line-height: 1.2;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 835px) {
  .hero-ghostwriting {
    height: auto;
    padding: 80px 0;
  }

  .hero-ghostwriting .hero-wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .hero-ghostwriting {
    padding: 70px 0;
    height: 520px !important;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 32px;
    line-height: 1.3;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* @media (max-width: 420px) {
  .hero-ghostwriting {
    padding: 60px 0;
    height: 580px;
  }

  .hero-ghostwriting .hero-titles {
    font-size: 28px;
    line-height: 1.35;
  }

  .hero-ghostwriting .hero-text {
    font-size: 16px;
    line-height: 1.7;
  }
} */

@media (max-width: 480px) {
  .hero-ghostwriting {
    padding: 50px 0;
    /* height: 540px; */
  }

  .hero-ghostwriting .hero-titles {
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-ghostwriting .hero-texts {
    font-size: 13px;
    line-height: 1.75;
  }
}
