/*ad heading title*/
.sp-heading-title-section {
  margin-top: var(--stdMargin-bottom);
  margin-bottom: var(--stdMargin-bottom);
}
.sp-heading-title-section {
  text-align: center;
}

/*broder custom*/
.sp-heading-title-section {
  text-align: center;
}

.sp-heading-title-section .title {
  font-size: 48px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 35px !important;
  font-weight: 700;
  color: var(--darkColor);
}

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

.sp-heading-title-section .sp-content {
  font-size: var(--fontBody);
}

.sp-heading-title-section.text_light .title,
.sp-heading-title-section.text_light .sp-content,
.sp-heading-title-section.text_light .sub-title {
  color: var(--whiteColor) !important;
}

.sp-heading-title-section h3.title {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px !important;
}

.sp-heading-title-section .btn {
  margin-top: var(--stdMargin);
}

@media (max-width: 769px) {
  .sp-heading-title-section h1 {
    font-size: 35px;
  }
  .sp-heading-title-section .title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .sp-heading-title-section .title {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
  .sp-heading-title-section h3.title {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px !important;
  }

  .sp-heading-title-section .font-family-secondary {
    font-size: 30px;
  }
}
