.mjfaq .accordion-header button {
  width: 100%;
  text-align: left;
  border: 0;
  background: #061440;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.15rem;
  }
  .mjfaq .accordion-header button[aria-expanded="true"]::after {
    content: "\f106";
  }
  .mjfaq .accordion-header button::after {
    content: "\f107";
    position: absolute;
    
    right: 35px;
  font-family: FontAwesome;
  color: #777e8f !important;
  }
.mjfaq .accordion-body {
    padding: 25px 15px 15px 15px;
}
  #module-mjfaq-list .accordion-button:hover {
    color: #fff !important;
  }
  #module-mjfaq-list .accordion-item {
    border: 1px solid #e9e7e7;
  margin: 10px 0;
 
  }
  #module-mjfaq-list .accordion-collapse {
    padding-left: 15px;
    padding-right: 15px;
}
  #module-mjfaq-list .accordion-header {
    margin: 0px;
  }
  

  
