.abt {
  margin: 0;
  margin-bottom: 1.25rem;
  padding: 0;
}

.abt::after {
  clear: both;
  content: ' ';
  display: block;
}

.abt li {
  color: #00A0E9;
  display: block;
  float: left;
  font-size: 1rem;
  list-style: none;
  padding-bottom: 10px;
  width: 50%;
}

@media only screen and (max-width: 680px) {
  .abt li {
    float: none;
    height: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
  .abt li {
    float: none;
    height: auto;
    width: 100%;
  }
}

.abt li:last-child {
  padding-bottom: 0;
}

.abt li h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.abt li a {
  color: #00A0E9;
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding-right: 10px;
  text-decoration: none;
  width: 100%;
}

.abt li .labt__desc {
  width: 95%;
}

.abt li .labt__desc p {
  margin-top: 0;
}

.abt.abt--random li {
  float: left;
  height: 140px;
  width: 50%;
}

@media (max-width: 980px) {
  .abt.abt--random li {
    float: none;
    height: auto;
    width: 100%;
  }
}

.related_guide_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related_guide_heading .sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
}

.related_guide_heading .sep_line {
  height: 1px;
  border-top: 1px solid #CECECE;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.related_guide_heading h2 {
  padding: 0 0.8em;
}
