.faq_title{
  width:100%;
  margin: 20px 0px 20px 0px;
  font-weight: 400;
  text-align: center;
  background: #FFD733;
  color: #fff;
  /*border-bottom: 1px solid #d4d4d4;*/
  height: 80px;
}

.help_body{

}

.header__banner{
  box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  height: 250px;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width:100%;
  margin-top: -1px;
  text-align: center;
  color: #fff;
  background: #162432;
}
.header__banner-image{
  left: 0;
  top: 0;
  /*height: 250px;*/
  position: absolute;
  min-height: 250px;
  /*height: inherit;*/
  /*min-width: 1496px;*/
  width:100%;
}
.faq_rows > div{
  /*height: 120px;*/
}

.faq_rows div[class^="col-"] div:nth-child(1) {
  text-align: center;
  background: #FFD733;
  color: #fff;
}
.faq_rows div[class^="col-"] div:nth-child(2) {
  padding: 0px 5px 0px 10px;
}
.help_body h3,
.faq_rows h3,
.faq_rows h4 {
  color: darkblue;
}

.btn,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color: white !important;
    background-image: none;
}