.title_new{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #010B23;
    margin-bottom: 30px;
}
.sidebar-menu .sub-menu-sidebar li{
    margin-bottom: 8px;
}
.sidebar-menu .sub-menu-sidebar li a{
    font-size: 16px;
    font-weight: 500;
}
.sidebar-menu .sub-menu-sidebar{
    margin-left: 10px;
    margin-top: 10px;
}
.leadership_content{
    border: 1px solid #F0F0F0;
    padding: 24px;
    margin-bottom: 24px;
}
.leadership_item{
    display: flex;
}
.leadership_content .row {
    row-gap: 24px;
}

.leadership_item_left{
    width: 100%;
    max-width: 320px;
    min-height: 352px;
    border: 1px solid #E7E7E7;
    flex: 0 0 auto;
}
.leadership_item_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.leadership_item_right{
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E7E7E7;
    width: 100%;
}
.leadership_item_right .item_right_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #1A1D20;
    margin-bottom: 16px;
}
.leadership_item_right .item_right_category{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: rgba(30, 35, 40, 0.6);
}
.btn_manage{
    background: #EDEDED;
    border-radius: 4px;
    width: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #1A1D20;
    height: 64px;
    margin-left: auto;
}
.manage_collapse{
    padding: 0 24px;
    border: 1px solid #E7E7E7;
    border-top: 0;
}
.manage_collapse p{
    margin-bottom: 0;
    padding-bottom: 1rem;
}
.leadership_content:nth-last-child(1){
    margin-bottom: 0;
}
button:focus{
    border: 0;
    outline: 0;
}
.docs-list{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    width: 100%;
    padding: 24px 24px 0;
}
.docs-list li a{

    margin-bottom: 24px;
}
.docs-list li{
    margin-bottom: 24px;
    border-bottom: 1px solid #E7E7E7;
}
.category_docs{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #808080;
    margin-bottom: 8px;
}
.title_docs{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #03254C;
    margin-bottom: 24px;
}
.docs-list ul li:nth-last-child(1){
    border: 0;
}
.leadership_cont{
    margin-bottom: 30px;
}