.faq-bg {
  background-image: url("../imgs/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vh;
}

.faq-content div {
  margin: 20px 0;
}
.faq-content div span {
  padding-left: 5px;
  color: blue;
}
.faq-content p {
  margin: 20px 0;
  display: none;
}
.faq-content h3 {
  cursor: pointer;
  display: inline;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1.1em;
}

ul.faqs li {
  margin: 10px 0;
}

@media only screen and (min-width: 200px) and (max-width: 991.98px) {
  #sidebar.active {
    min-width: 150px !important;
    max-width: 150px !important;
  }
}