.section-title {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 1rem 2rem !important;
  margin: 1rem auto !important;
  gap: 1rem !important;

  color: #ffffff !important;
  line-height: normal;
  font-size: 1.875rem;

  border-radius: 12px;
  background: #00538f;
}

h2.section-title {
  color: #232a3f !important;
  font-size: 1.5rem;
  line-height: 2rem;
  background: #f5f5f5;
}

.section-title.title-checkpoint{
  padding: 0.5rem 0 !important;
  margin: 0.25rem auto !important;
}

.example-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: normal;
  font-family: proxima-nova, sans-serif;
}

.sayshow-what-you-know-heading {
  font-size: 1.25rem;
}


.section-title.title-no-bg,
.section-title.title-checkpoint {
  background: none !important;
  color: #000000 !important;
}

.section-title.title-no-bg {
  border: 2px solid #eeeeee;
  padding: 0.5rem 1rem 0.5rem 1rem;
  color:#000000 !important;
}

.section-title.title-checkpoint {
  border: none;
}

.title-checkpoint svg {
  width: 24px;
}
