.faq-widget .card-container {
  border-top: none;
  border-bottom: none;
}
.faq-widget .disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-widget .faq-button {
  padding: 1.5rem 4.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
  background-color: white;
}
.faq-widget .faq-row {
  position: relative;
  display: flex;
  flex-direction: column;
  background-clip: border-box;
}
.faq-widget .question-title {
  font-weight: bold;
  font-size: 20px;
}
.faq-widget .answer-body {
  border-left: 10px solid #024488;
  flex: 1 1 auto;
  padding: 1.25rem 2.75rem;
  background-color: #f2f4f6;
}
@media only screen and (max-width: 576px) {
  .faq-widget .question-title {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-widget .faq-button {
    padding: 1.5rem;
  }
}

/*# sourceMappingURL=Styles.css.map */
