#abbreviationsAndAcronyms {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

#abbreviationsAndAcronyms h1{
  color: var(--tints-green_300);
  font-family: var(--fonts-primary_bold);
  font-size: 3rem;
  line-height: 3.6rem;
}

#abbreviationsAndAcronyms p{
  color: var(--tints-green_400);
  font-family: var(--fonts-primary_normal);
  font-size: 1.8rem;
  line-height: 3rem;
}

#abbreviationsAndAcronyms strong{
  font-family: var(--fonts-primary_bold);
}