.knock-for-yang.content-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100vw;
}

.knock-for-yang .row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.knock-for-yang .section {
  padding: 16px;
  margin-bottom: 32px;
}

.knock-for-yang .section-instructions {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: space-between;
  min-width: 320px;
  max-width: 560px;
}

.knock-for-yang .hero-image {
  display: block;
  max-height: 400px;
  max-width: 100%;
}

.knock-for-yang .section-preface {
  text-align: center;
}

.knock-for-yang .header-cta {
  font-size: 32px;
  margin-bottom: 8px;;
}

.knock-for-yang .subheader-cta {
  text-align: center;
  line-height: 1.4;
  max-width: 45ch;
  margin: 20px auto 0 auto;
}

.knock-for-yang .title {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 8px;
  max-width: 480px;
  min-height: 64px;
  padding: 0 24px;
  position: relative;
}

.knock-for-yang .title-text {
  text-align: center;
}

.knock-for-yang .title-image {
  height: 64px;
  left: 0;
  width: 64px;
  margin-right: 10px;
}

.knock-for-yang .tagline {
  /* font-style: italic; */
  padding: 8px 16px;
  text-align: center;
  line-height: 1.4;
  vertical-align: text-top;
}

.knock-for-yang em {
  font-weight: 600;
}

.knock-for-yang .cta-container {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.knock-for-yang a:not(.button) {
  color: var(--primary-light-active);
}
.knock-for-yang a:not(.button):hover {
  color: var(--primary-light-active);
  text-decoration: underline;
}

@media (min-width: 500px) {
  .knock-for-yang .title {
    padding: 0 64px;
  }
}
