[data-theme="light"] .hero-sites-lps {
  background-image: url("../../assets/white-bg-commwork-lp.webp");
}

.hero-sites-lps {
  height: 91rem;
  background-image: url("../../assets/bg-sites-lps.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -9.3rem;
  display: flex;
  align-items: center;
}

.hero-sites-lps .container {
  display: flex;
  justify-content: flex-start;
}

.hero-content {
  max-width: 72.01rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-text);
}

.hero-content h1 {
  font-size: 5.2rem;
}

.hero-content h1 .line {
  display: block;
}

.hero-content p {
  font-size: var(--font-size-md);
}

.hero-content .btn {
  width: fit-content;
  margin-top: 2.8rem;
}

@media (max-width: 1375px) {
  .hero-content {
   max-width: 55rem;
  }
  .hero-content h1 .line {
    display: inline;
  }
  
}

@media (max-width: 1024px) {
  [data-theme="light"] .hero-sites-lps {
    background-image: url("../../assets/mobile-white-commwork.webp");
  }
  .hero-sites-lps {
    background-image: url("../../assets/mobile-black-commwork.webp");
    background-position: center bottom;
    padding: 12rem 0 0;
    align-items: start;
    height: 128rem;
  }
}

@media (max-width: 768px) {
  .hero-sites-lps {
    padding: 14rem 0 0;
    height: 91rem;
  }

  .hero-sites-lps .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: var(--space-sm);
  }

  .hero-content p {
    font-size: var(--font-size-base);
  }

  .hero-content .btn {
    margin-top: var(--space-mg);
  }
}

@media (max-width: 546px) {
  .hero-sites-lps {
    height: 80rem;
  }
}
