.page-crypto.page-glossary {
  background-color: #fff;
}
.page-crypto.page-glossary .glossary {
  padding: 45px 0 60px;
}
@media (min-width: 601px) {
  .page-crypto.page-glossary .glossary {
    padding: 100px 0;
  }
}

.glossary__title {
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .glossary__title {
    font-size: 36px;
  }
}
@media (max-width: 424px) {
  .glossary__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.glossary__title span {
  font-size: 30px;
}
@media (max-width: 600px) {
  .glossary__title span {
    display: block;
  }
}
.glossary__body {
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .glossary__body {
    max-width: 800px;
  }
}

.terms-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 601px) {
  .terms-list li {
    padding: 10px 0;
  }
}
.terms-list li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 17px 20px;
  display: inline-block;
  background-color: transparent;
  transition: 0.2s ease-out;
  color: #000000;
}
@media (min-width: 601px) {
  .terms-list li a {
    font-size: 24px;
    line-height: 30px;
    padding: 13px 20px;
  }
}
@media (any-hover: hover) {
  .terms-list li a:hover {
    background-color: #f4f4f4;
  }
}

.glossary__term-content p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  .glossary__term-content p {
    font-size: 18px;
  }
}
.glossary__term-content p:last-child {
  margin-bottom: 0;
}
.glossary__term-content .h2 {
  font-weight: 700 !important;
  letter-spacing: normal;
  text-transform: none;
  font-family: "SF Pro Display", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 12px;
}
@media (min-width: 601px) {
  .glossary__term-content .h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 17px;
  }
}
.glossary__term-content ul {
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  .glossary__term-content ul {
    margin-bottom: 30px;
  }
}
.glossary__term-content ul li {
  font-size: 17px;
  line-height: 1.5;
  padding-left: 28px;
  position: relative;
}
@media (min-width: 601px) {
  .glossary__term-content ul li {
    font-size: 18px;
  }
}
.glossary__term-content ul li::before {
  position: absolute;
  content: "";
  transition: 0.2s ease-out;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #245ce3;
}
.glossary__term-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 601px) {
  .glossary__term-content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=glossary.css.map */