.section-heading-section {
  margin-bottom: 20px;
  text-align: center;
}
.section-heading-section .common-title {
  position: relative;
  text-align: center;
  letter-spacing: 7.2px;
  color: #ffffff;
  display: inline-block;
  font-family: "Orbitron", sans-serif;
  font-size: 24px;
}
.section-heading-section .common-title::before,
.section-heading-section .common-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: 3px;
  background-color: #00ff83;
}

.section-heading-section .common-title::before {
  top: -15px;
}

.section-heading-section .common-title::after {
  bottom: -15px;
}

@media (min-width: 0px) and (max-width: 576.98px) {
  .section-heading-section .common-title {
    letter-spacing: 4.2px;
    font-size: 14px;
  }

  .section-heading-section .common-title::before,
  .section-heading-section .common-title::after {
    width: 130px !important;
  }
  .section-heading-section .common-title::before {
    top: -10px;
  }
  .section-heading-section .common-title::after {
    bottom: -10px;
  }
}

@media (min-width: 577px) and (max-width: 767.98px) {
  .section-heading-section .common-title {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-heading-section .common-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-heading-section .common-title {
    font-size: 22px;
  }
}
