.c4y-splaceholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0;
}

.c4y-splaceholder__inner {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.c4y-splaceholder__title {
  margin: 0 0 1.5rem;
  color: rgb(20, 31, 56);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  font-family: var(--global-heading-font-family, "Space Grotesk", sans-serif);
}

.c4y-splaceholder__desc {
  max-width: 48rem;
  margin: 0 auto 3rem;
  color: rgb(107, 114, 128);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.c4y-splaceholder__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.5rem 1.5rem;
  border-radius: 0.75rem;
  background: hsl(227 42% 28%);
  color: #fff !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.c4y-splaceholder__button:hover,
.c4y-splaceholder__button:focus-visible {
  background: hsl(227 42% 24%);
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .c4y-splaceholder {
    padding: 6rem 0;
  }

  .c4y-splaceholder__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .c4y-splaceholder {
    padding: 4rem 0;
  }

  .c4y-splaceholder__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c4y-splaceholder__title {
    font-size: 30px;
    line-height: 36px;
  }

  .c4y-splaceholder__button {
    min-height: 40px;
    width: auto;
    max-width: none;
  }
}
