.faq-page-title {
  font-size: 20px;
  color: var(--maincolor);
  position: relative;
  border-right: 4px solid var(--secondcolor);
}
.faq-page-title p {
  padding-right: 14px;
  top: 3px;
}

.faq-box {
  padding: 0 30px;
}
.faq-box strong {
  font-size: 17px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}

.title-wide h2 {
  font-size: 20px;
  height: 33px;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 40px;
  padding-left: 10px;
}

.title-wide h2::before {
  background: url(/img/template_2/theme/title-circles.png) left no-repeat;
  display: block;
  position: absolute;
  right: -20px;
  top: 11px;
  height: 14px;
  width: 32px;
  margin-right: 13px;
}

.faq-box ol li {
  list-style: unset;
}

.faq-tempalte1 ol {
  margin-right: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-box ol {
    margin-right: -27px;
  }
  .faq-tempalte1 ol {
    margin-right: 13px;
  }
  .faq-box ul li {
    list-style: outside;
    margin-right: 30px;
  }
}
button.btn.btn-success.form-control {
  width: auto;
}
