.panel-faq{
  padding:50px;
  margin-bottom: 50px;
}
.panel-faq .panel-heading {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.panel-faq  ul{
  padding: 0;
  list-style-type: square;
  margin-left: 15px;
}
.panel-faq .panel-body {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  line-height: 32px;
}
.panel-faq .panel-title {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  padding-left:44px;
  display: inline-block;
  position: relative;
}


.panel-faq .panel-title::before{
  font-size: 28px;
  font-family: "Panton" !important;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  background-color: #292929;
  color: #fff;
  text-align: center;
  content: "Q";
  position: absolute;
  display: block;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




/* iPhone 6 and 6 Plus */
@media only screen
  and (max-device-width: 640px),
  only screen and (max-device-width: 667px),
  only screen and (max-width: 480px){

  .panel-faq .panel-title {
    font-size: 16px;
  }

  .panel-faq .panel-body {
    font-size: 12px;
  }
  .panel-faq{
    padding:25px;
    margin-bottom: 25px;
  }

}