.category-link {
    color:#03a4ca;
}

strong{
  font-weight: 600;
 
  display: contents !important;
}
.lection {
cursor: default;
}


.lection .divider {
 display: inline-block;
 width: 0;
 height: 8px;
 border-left: 4px solid #282828;
 border-right: 4px solid #282828;
 position: relative;
 top: 53px;
}

.lection-list li::before{
	content: '';
    width: 0;
    height: 8px;
    border-left: 4px solid #42c2ff;
    border-right: 4px solid #42c2ff;
    position: relative;
    top: 7px;
    left: -60px;

}

.lection strong{
  font-weight: 600;
  display: flex !important;
  display: inline !important;
  flex-wrap: wrap!important;
  page-break-after: always !important;
  break-after: always !important;
  width: 100%;
}


.heading-sup-title{
  color: #282828;
  }
.heading-title{
  color: #42c2ff;
  font-weight: 800;
}


.termstxt{
  color: #282828;
  line-height: 2.2;

}

.h6.title{
 color: #282828;
 text-decoration: none;
}

.lection a{
 color: #42c2ff;
 text-decoration: underline;
 cursor: pointer;
}

.header-link {
 color: #42c2ff;
 text-decoration: underline;
 cursor: pointer;
}

.termstxt h5{
 color: #42c2ff;
}

