.section-mentoring-banner {
    background: url(https://image.agilemania.com/images/bg-backgroung.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.section-mentor-overview .position-sticky {
    top: 100px;
}

.section-mentor-overview .main-button2:hover {
    color: #0a263b !important;
}

.section-knowledge-articles ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.section-knowledge-articles ul li {
    list-style: none;
    margin-bottom: 10px;
}

.section-knowledge-articles ul li a {
    background-color: #F2FAFB;
    padding: 15px 35px 15px 20px;
    color: #0A263B;
    border-radius: 5px;
    /* font-family: Manrope-Bold; */
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 80px;
}

.section-knowledge-articles ul li:hover a::after {
    transform: translate(10px, -50%);
}

.section-knowledge-articles ul li a::after {
    content: '\f0a9 ';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
    font-family: 'FontAwesome';
    color: #009aad;
    font-size: 17px;
    transition: all .5s ease;
}

.section-knowledge-articles ul li a:hover {
    transform: translate-x(-10px);
}

.ul-li-before-include li::before {
    content: "";
    background-image: url(https://image.agilemania.com/images/professional-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0px;
}

.ul-li-before-include li {
    position: relative;
    padding: 0px 0px 10px 30px;
    list-style: none;
    font-size: 15px;
    /* font-family: Manrope-SemiBold; */
    color: #0a263b;
}

@media (min-width: 1200px) {
    .section-knowledge-articles p {
        width: 75%;
        margin: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .section-mentoring-banner .bg-learning {
        width: 45% !important;
    }
}

@media (min-width: 992px) {
    .section-mentoring-banner .bg-learning {
        background: url(https://image.agilemania.com/images/bg-leaning.png) no-repeat;
        background-size: cover;
        background-position: top;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }

    .section-knowledge-articles ul {
        column-count: 3 !important;
    }
}

@media (min-width: 768px) {
    .section-knowledge-articles ul {
        column-count: 2;
    }
}