.centered-title-with-cta-wrapper {
  text-align: center;
}

.title-innovation {
  border-top: 0.5px solid #1d2025;
  border-bottom: 0.5px solid #1d2025;
  padding: 0.6vw 0.8vw;
  letter-spacing: 0.14vw;
  text-transform: uppercase;
  font-size: 0.89vw;
  font-weight: 400;
  line-height: 1vw;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  display: inline-block;
}

.centered-title-with-cta-wrapper .description {
  max-width: 30vw;
  margin: auto;
  margin-bottom: 2.1rem;
}

.centered-title-with-cta-component h1 {
  font-size: 4.44vw;
  font-weight: 400;
  line-height: 5vw;
  text-transform: capitalize;
}

.centered-title-with-cta-wrapper h2 {
  text-transform: capitalize;
  font-size: 3.33vw;
  font-weight: 400;
  line-height: 3.89vw;
  color: #1d2025;
  font-family: Satoshi, sans-serif;
  max-width: 45vw;
  margin: 0 auto;
  padding-top: 1.7vw;
  padding-bottom: 1.2vw;
}

@media (max-width: 992px) {
  .title-innovation {
    letter-spacing: 0.125rem;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  .centered-title-with-cta-wrapper h2 {
    font-size: 3rem;
    line-height: 4rem;
    max-width: 100%;
  }

  .centered-title-with-cta-wrapper .description {
    max-width: 22.5rem;
  }
}

@media (max-width: 576px) {
  .centered-title-with-cta-wrapper h2 {
    max-width: 100%;
    font-size: 1.95rem;
    line-height: 2.35rem;
    overflow-wrap: normal;
    word-break: normal;
  }
}
