.resource-page-count-circle,.resource-page-count-circle-2 {
    border-radius: 50%;
    background-color: #d6d6d6;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.resource-page-count-circle.more-active,.resource-page-count-circle-2.more-active {
    background-color: var(--primary-blue);
}
.more-arrow-resources,.more-arrow-resources-2 {
    float: right;
    display: inline-block;
    background-color: #ffffff;
    padding-right: 15px;
    margin-top: 1px;
    cursor: pointer;
}
.more-right-resources, .more-left-resources,.more-right-resources-2, .more-left-resources-2 {
    height: 16px;
    width: auto;
}
.resource-lists{
    padding: 0;
    color: #4b4a4a;
    line-height: 19px;
    list-style: none;
    margin: 0 0 10px 0px!important;
    position: relative;
    overflow: hidden;
}
.post-content {
        margin-bottom: 35px;
        border: 1px solid #e2e2e2;
        padding: 0px;
}
.post-content-list{
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 0;
    margin: 0;
    clear: both;
}
.text-container-related{
    overflow: hidden;
    border-left: 5px solid white;
}