body {
  font-family: "Montserrat";
}
.panel-collapsable .panel-heading h4:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: #ccc;
  margin-right: 5px;
  margin-left: 2em;
  cursor: pointer;
}
.panel-collapsable .collapsed h4:after {
  content: "\e080";
}
.panel-heading .btn-group {
  float: right;
}
.questions {
  height: 53px;
  color: rgb(255, 255, 255);
  font-family: "Montserrat";
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0.72px;
  line-height: 53px;
  text-align: center;
}
.FAQ {
  color: #000000;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.55px;
  line-height: 40px;
  text-align: left;
  padding-left: 135px;
  margin-bottom: 1em;
}

.panel-heading > h4 {
  font-weight: bold;
}

.title-question{
  color: #000000;
  font-weight: bold;
}

@media(max-width: 725px) {
  .FAQ {
    text-align: center;
    padding: 0;
  }
}
