.faqs-section .card {
  border: 0;
}
.faqs-section .card-header {
  background: transparent;
  margin: 0px 10px;
  padding: 10px 0px;
  border: 0;
}

.faqs-section .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 !important;
}

.faqs-section .card-body {
  padding: 0px 1.25rem 1.25rem 1.25rem;
}
.faqs-section .btn-link,
.faqs-section .btn-link:hover {
  color: var(--golden);
  box-shadow: none;
  outline: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.faqs-section .btn-link.collapsed,
.faqs-section .btn-link.collapsed:hover {
  color: var(--dark-blue);
}
.faqs-section h3 {
  position: relative;
  top: 10px;
  left: 20px;
}
.faq-header {
  text-align: center;
  margin-top: 30px;
}
.faq-header h2 {
  color: #14264a;
}

.faq-header p {
  color: #aa883c;
  font-size: 16px;
}

.mt-24 {
  margin-top: 30px;
}
.faqs-section h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqs-section .collapsed .fas {
  transform: rotate(0deg);
  color: var(--dark-blue);
}

.faqs-section .fas {
  color: var(--golden);
  transform: rotate(180deg);
}
.aboutus-bg {
  background: #fff !important;
}
