/* anchor */
.chapterGuide {
    border: 3px solid #049ccc;
    padding: 20px 30px;
    margin: 20px 0
}

.chapterGuide ul {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.chapterGuide li {
    line-height: 36px !important;
    position: relative;
    padding-left: 30px
}

.chapterGuide ul li:before {
    position: absolute;
    content: "\e900";
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    color: #049ccc;
    font-family: Astra;
    transform: rotate(270deg)
}

.chapterGuide a {
    color: #081a27 !important
}

.chapterGuide a:hover {
    color: #049ccc !important
}