#subpage_hero {
  background-image: url('../images/FAQS.png') !important;
}

.title {
  font-size: 30px;
  padding-bottom: 30px;
}

.subtitle {
  font-size: 22px;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.2;
}

.text-bold {
  font-weight: 600;
}

.answer {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  padding-bottom: 1.25rem;
}

.answer ul {
  list-style-type: circle !important;
}

.answer ul li::marker {
  list-style-type: circle !important;
}

.answer ul li:before {
  content: none !important;
  display: none !important;
}

.no-decoration {
  text-decoration: none;
}

.accordion .btn[aria-expanded='true'] i::before {
  content: "\f078";
}

.accordion .btn i {
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .title {
    font-size: 24px;    
  }
  
  .subtitle {
    font-size: 20px;      
  }

  .answer {
    padding-left: 2rem;   
  }
}