.section-static-banner {
    background: url(https://image.agilemania.com/images/enterprise-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.ul-include ul 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-include ul li {
    position: relative;
    padding: 0px 0px 12px 30px;
    list-style: none;
    font-size: 15px;
    /* font-family: Manrope-SemiBold; */
    color: #0a263b;
}

.recommed-app :is(.border-bottom, .border) {
    border-color: #009aad !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: #fff;
    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: 60px;
}

.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);
}

.section-static-content th {
    background-color: #009aad;
    color: #fff;
    /* font-family: Manrope-Bold; */
    padding: 20px 5px;
    font-size: 18px;
}

.section-static-content tr td:first-child {
    /* font-family: Manrope-Bold; */
    font-size: 17px;
}

.section-static-content .table>:not(caption)>*>* {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .section-knowledge-articles ul {
        column-count: 3 !important;
    }
}

@media (min-width: 768px) {
    .after-approach ul.column-count, .section-knowledge-articles ul {
        column-count: 2;
    }
}
@media (max-width: 575px) {
    .section-static-content h2 {
        font-size: 22px !important;
    }
    .section-static-content h3 {
        font-size: 19px !important;
    }
}