.sp-content3-section {
  background-color: var(--secondaryColor);
  padding: 40px 0;
  margin-bottom: var(--stdMargin);
}
.sp-content3-section-content {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
.sp-content3-section .row > * {
  padding-left: 40px;
  padding-right: 40px;
}
.sp-content3-section-title {
  font-size: 34px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.sp-content3-section-desc p:last-child {
  margin-bottom: 0;
}
.sp-content3-section-title.sp-no-letter-spacing {
  line-height: 3.2rem;
}
@media screen and (max-width: 560px) {
  .sp-content3-section .row > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sp-content3-section-content {
    padding: 25px 0 0px 0;
  }
  .sp-content3-section-title {
    font-size: 28px;
  }

  .sp-content3-section-title.sp-no-letter-spacing {
    line-height: 2.7rem;
  }
}
