{# Glossary Terms List — Main Heading #}
.glossary-terms-list__main-heading {
  font-size: 40px;
  font-weight: 700;
  margin: 0 auto;
  line-height: 49.52px;
  width: 100%;
}
.glossary-terms-list__main-desc {
  font-size: 16px;
  color: #353535;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 32px 0 0 0;
}
{# Glossary Terms List — Group #}
.glossary-terms-list__group {
  margin-bottom: 32px;
}
{# Glossary Terms List — Group Heading #}
.glossary-terms-list__group-heading {
  padding: 12px;
  border-radius: 8px;
}
.glossary-terms-list__group-heading--first {
  margin-top: 40px;
}
.glossary-terms-list__group-heading-text {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 41.48px;
}
{# Glossary Terms List — Item #}
.glossary-terms-list__item {
  border-bottom: 1px solid #dedede;
  padding: 40px 0 20px 0;
}
.glossary-terms-list__item:last-child {
  border-bottom: none;
}
.glossary-terms-list__item-title {
  font-size: 24px;
}
.glossary-terms-list__item-title-link,
.glossary-terms-list__item-title-link:link,
.glossary-terms-list__item-title-link:visited,
.glossary-terms-list__item-title-link:hover,
.glossary-terms-list__item-title-link:active,
.glossary-terms-list__item-title-link:focus {
  color: #302ab2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
.glossary-terms-list__item-title-link:hover {
  text-decoration: none;
}
.glossary-terms-list__item-desc {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  color: #353535;
}
{# Desktop styles #}
@media (min-width: 768px) {
  .glossary-terms-list__main-heading {
    font-size: 40px;
  }
}
