.faq{
    padding-top: 150px;
    padding-bottom: 100px;
    background: #f3f0ee;
  }
  .faq .card{
    padding:0;
    margin-bottom:20px;
    box-shadow:0px 6px 6px 0px rgba(1, 38, 48, 0.233)
  }
  
  .faq .card-header h5 a{
    color: #5e5e5e;
    font-size: 16px;
    text-decoration: none;
  }
  
  .faq .card-header h5{
    padding: 5px;
    text-align: left;
  }
  
  .faq .card-header h3{
    text-align: left;
    padding:10px;
  }
  
  .faq .card-header h3 a{
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
  }
  
  .faq .card-header h3 a:hover{
  color: #23a0ad;
  }