.references {
  padding-block: 0;
  margin: 0;
  height: 0;

  &.active {
    padding-block: 40px;
    height: auto;
    margin: 0 auto;
  }

  .h-reference {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--navy-20);
    margin: 0;
  }
  p,
  .references-content {
    color: #424242;
    margin: 0;
    font-size: var(--bs-font-size-p-small);
    line-height: 1.4;
    margin-top: 8px;
  }
}