.section-heading {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2.5rem;
}

.section-heading.section-heading-small h1, .section-heading.section-heading-small h2 {
  font-size: 2.7rem;
  font-weight: bold;
}

.section-heading h1, .section-heading h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.6rem;
  margin: 0;
  font-kerning: none;
}

.section-heading h1 > span, .section-heading h2 > span {
  display: block;
}

.section-heading.section-heading-mb-none {
  margin-bottom: 0;
}

.sh-line {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: var(--border-color);
  margin-top: 1.125rem;
}

.shd-line {
  overflow: hidden;
}

@media (max-width: 575px) {
  /* xs */
  #best-seller-wrapper {
    margin-top: 4rem;
  }
  #guest-form-wrapper {
    margin: 0 2rem !important;
  }
  #guest-form-wrapper form {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading h4 {
    font-size: 1.75rem;
  }
  .section-heading .btn-min.float-right {
    margin-top: -10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* sm */
  #best-seller-wrapper {
    margin-top: 4rem;
  }
  #guest-form-wrapper {
    margin: 0 2rem !important;
  }
  #guest-form-wrapper form {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading h4 {
    font-size: 2rem;
  }
  .section-heading .btn-min.float-right {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* md */
  #best-seller-wrapper {
    margin-top: 4rem;
  }
  #guest-form-wrapper {
    margin: 0 2rem !important;
  }
  #guest-form-wrapper form {
    margin-left: 0;
    margin-right: 0;
  }
  .section-heading h4 {
    font-size: 2rem;
  }
  .section-heading .btn-min.float-right {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 4.25rem;
  }
  .section-heading h3 {
    font-size: 3rem;
  }
  .section-heading h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 5rem;
  }
  .section-heading h3 {
    font-size: 3.5rem;
  }
  .section-heading h4 {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 5.25rem;
  }
  .section-heading h3 {
    font-size: 3.75rem;
  }
  .section-heading h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1550px) {
  .section-heading h1,
  .section-heading h2 {
    font-size: 6rem;
  }
  .section-heading h3 {
    font-size: 4.5rem;
  }
  .section-heading h4 {
    font-size: 3.25rem;
  }
}

/*# sourceMappingURL=skill-box.com.sections.css.map */
