.faq-section .collapse-partial {
  height: fit-content !important; }

.faq-section .card {
  border-radius: 0; }
  .faq-section .card .card-header {
    background-color: #21366C10;
    border: none; }
    .faq-section .card .card-header:hover {
      background-color: #21366C20; }
    .faq-section .card .card-header .card-header--title a {
      color: black;
      text-decoration: none;
      gap: 1rem; }
      .faq-section .card .card-header .card-header--title a i {
        background-color: #366CDA;
        height: 20px;
        width: 20px;
        border-radius: 20px;
        font-size: 15px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px; }
  .faq-section .card .card-body {
    background-color: #21366C10; }
  .faq-section .card:not(:last-child) {
    margin-bottom: .5rem; }
