.glossary-section{
  padding: 80px 0;
}
.glossary-section .sec-heading{
  margin-bottom: 2.5rem;
}
.options {
  text-align: center;
}
.options__list {
  padding-bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}
.options__list > div > div{
  border-bottom: #e7e7e7 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.options__list p{
  font-size: 18px;
  line-height: 1.5;
}
.options__item {
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  width: 95%;
  border: 1px solid #8D288F;
  border-radius: 0.325rem;
  padding: 20px;
  margin: 10px;
  overflow: auto;
  vertical-align: text-top;
}
@media (min-width: 700px) {
  .options__item {
    width: 45%;
  }
}
@media (min-width: 1300px) {
  .options__item {
    width: 30%;
  }
}
.options__item p {
  line-height: 1.64em;
  padding-bottom: 1.64em;
  margin-bottom: 1.64em;
  border-bottom: 1px dashed #aaa;
}
.options__item code:last-child {
  margin-bottom: 0;
}
.options__nav {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  display: block;
}
.options__nav li {
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  padding: 0 8px;
  color: #e80065;
  border: #e80065 solid 1px;
  min-width: 32px;
  transition: 0.3s ease-in-out;
  margin-bottom: 5px;
}
.options__nav li:hover {
  color: #fff;
  cursor: pointer;
  background: #e80065;
}
.options__nav li.active {
  color: white;
  background: #e80065;
}
.disabled{
  pointer-events: none;
  opacity: 1;
  color: #f8bfd9 !important;
}
.font-bold {
  font-weight: 700;
}
@media (max-width: 991px){
  .options__list {
    max-width: 100%;
  }