.sp-content-section {
  background-color: var(--secondaryColor);
  padding: 40px 0;
  text-align: center;
  font-weight: 500;
}
.sp-content-section p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 560px) {
  .sp-content-section {
    padding: var(--stdPadding) 0;
  }
}