section.knowledge {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.knowledgr_head p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.knowledgr_head span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-top: 12px;
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}
section.knowledge .nav-tabs {
    gap: 24px;
    justify-content: center;
    padding: 16px;
    margin-bottom: 24px;
    border: none;
}
section.knowledge .nav-tabs .nav-link {
    padding: 8px;
    border-radius: 4px;
    background: transparent;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .4s all ease;
}
section.knowledge .nav-tabs .nav-link.active{
    border: none;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #D8DEFC;
}

section.knowledge .nav-tabs .nav-link:hover {
    border: none;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #ffffff;
}
a {
    text-decoration: none;
}  .Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    margin-bottom: 28px;
    }
    .Insightful_Box h2 {
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 20px;
    }
    .Insightful_Box h3 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    }
    .Insightful_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 75px;
    overflow: hidden;
    }
    ul.blog-date-time li.Blog_User {
    float: left;
}
ul.blog-date-time li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #696969;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: right;
}
ul.blog-date-time {
    padding: 0;
    display: flow-root;
}
ul.blog-date-time li img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
ul.blog-date-time li.Blog_User {
    float: left;
}