.home-slogen-wrapper {
  background-color: var(--primary-color);
  padding: 5rem 2rem;
  text-align: center;
}

.slogen-item {
  font-weight: 600;
  margin-bottom: 2rem;

  .big-one {
    font-size: clamp(4rem, 7.5vw, 8rem);
    line-height: 1;
  }

  .small-one {
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -0.5px;
    padding-top: 0.5rem;
  }

  .slogen-title {
    font-size: clamp(1.7rem, 3.5vw, 4rem);
    letter-spacing: -1px;
    line-height: 1.2;
  }

  .slogen-subtitle {
    font-size: clamp(1.8rem, 2.5vw, 2rem);
    font-weight: 500;
    letter-spacing: -1.5px;
    padding-block: 1rem 2rem;
  }

  strong {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .slogen-item {
    .slogen-subtitle {
      font-size: 1.5rem;
      letter-spacing: -1.5px;
      padding-block: 1rem;
    }
  }
}
