.section-container .section-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 16px 0;
}

.section-container .section-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 16px 0;
}

.section-container .section-description {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
}

.section-container .section-disclaimer {
  font-size: 12px;
  line-height: 16px;
}

.section-container .section-eyebrow {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.section-container .section-button {
  width: 100%;
}

.section-container .section-button button {
  padding: 8px 48px !important;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  min-height: initial;
  letter-spacing: initial;
  text-transform: initial;
  border-width: 1px;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}

.section-container .section-button button.section-button-ghost {
  background-color: transparent;
  color: #363534;
  border-color: transparent;
}

.section-container .section-button button.section-button-secondary {
  background-color: #363534;
  color: #ffffff;
  border-color: #ffffff;
}

.section-container .section-button button.section-button-secondary:hover {
  background-color: #525252;
  color: #ffffff;
  border-color: #ffffff;
}

.section-container .section-button button.section-button-secondary:focus,
.section-container .section-button button.section-button-secondary:active {
  background-color: #6f6f6f;
  color: #ffffff;
  border-color: #ffffff;
}

.section-container .section-button button.section-button-secondary-inverse {
  background-color: #ffffff;
  color: #363534;
  border-color: #363534;
}

.section-container
  .section-button
  button.section-button-secondary-inverse:hover {
  background-color: #f4f4f4;
}

.section-container
  .section-button
  button.section-button-secondary-inverse:focus,
.section-container
  .section-button
  button.section-button-secondary-inverse:active {
  background-color: #e0e0e0;
}

@media screen and (min-width: 768px) {
  .section-container .section-button {
    width: initial;
  }

  .section-container .section-button button {
    width: initial;
  }
}
