.up-curve-blue {
  position: relative;
}
.up-curve-blue:before {
  content: "";
  position: absolute;
  top: -43px;
  background: url(../images/up-blue.png) no-repeat scroll center center / cover;
  height: 43px;
  width: 100%;
}
.down-curve-blue {
  position: relative;
  z-index: 2 !important;
}
.down-curve-blue:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -43px;
  background: url(../images/down-blue.png) no-repeat scroll center center / cover;
  height: 43px;
  width: 100%;
}
body:not(.view-article) #sp-page-builder .sppb-section-title .sppb-title-heading {
  letter-spacing: -1.07px;
}
body:not(.view-article) #sp-page-builder .sppb-addon-text-block .sppb-addon-title {
  letter-spacing: -0.07px;
}