.sp-content-section {
  background-color: var(--secondaryColor);
  padding: 40px 0;
  text-align: center;
}
.sp-content-section .title {
  font-size: 38px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0px !important;
  font-weight: 700;
  color: var(--darkColor);
  text-transform: uppercase;
}
.sp-content-section p:last-child {
  margin-bottom: 0;
}

.sp-content-section .font-family-secondary {
  font-size: 32px;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: 0;
}

@media screen and (max-width: 560px) {
  .sp-content-section {
    padding: var(--stdPadding) 0;
  }
  .sp-content-section .title { 
    font-size: 26px;
  }
  .sp-content-section .font-family-secondary { 
    font-size: 24px;
  }
}
