.home-intro {
  background-image: url("../images/bg-home-1.svg");
  background-size: cover;
  background-position: center;
  margin-top: -120px;
}

/* Hero Section */
.home-intro__hero {
  padding-top: 240px;
  position: relative;
  min-height: 100vh;
}

.home-intro__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.home-intro__title {
  font-size: 48px;
  margin-bottom: 25px;
  font-family: "Raleway";
}

.home-intro__title--highlight {
  color: #00d488;
}

.home-intro__subtitle {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.home-intro__image {
  margin-left: 50px;
  margin-top: 100px;
}

.home-intro__img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.home-intro__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding-bottom: 110px;
  text-align: center;
}

.home-intro__text {
  font-size: 16px;
  font-weight: 400;
  color: #313a3b;
  margin-bottom: 40px;
  line-height: 50px;
}

.home-intro__text-3 {
  margin-top: 56px;
}

.home-intro__text-5 {
  margin-top: 56px;
}

.home-intro__cta {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-intro__cta-text {
  font-size: 16px;
  font-weight: 700;
  margin-right: 18px;
}

.home-intro__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: #222;
  color: white;
  border: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.home-intro__button:hover {
  background: #333;
}

@media screen and (max-width: 768px) {
  .home-intro {
    background-image: url("../images/home-intro-bg-sp.svg");
  }

  .home-intro__text-middle {
    margin-top: 20px;
  }

  .home-intro__title {
    font-size: 32px;
  }

  .home-intro__subtitle {
    font-size: 14px;
  }

  .home-intro__text {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 26px;
  }

  .home-intro__cta-text {
    font-size: 14px;
  }

  .home-intro__image {
    margin-left: 0px;
    margin-right: 56px;
  }

  .home-intro__description {
    text-align: left;
    margin: 24px 20px;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
