#about-us{
    background: #ecedef;
}
.aboutUs_container {
    padding-top:20px ;
    position: relative;
    padding-bottom: 65px;
}
.aboutUs_container .w-40{
    width: 30%;
    position: relative;
}
.aboutUs_container .w-60{
    width: 70%;
    
}
.aboutUs_container .widget__title-text{
    border-bottom: 1px solid #f0f0f0;
    padding: 13px 15px;
    font-size: 16px;
    color: #fff;
    background: #0059a9;
}
.aboutUs_container ul{
    list-style: none;
}
.aboutUs_container ul li{
    margin: 0;
    padding: 0;
    height: auto;
    background: 0 0;
    overflow: visible;
    position: relative;
}
.aboutUs_container ul li a{
    height: 40px;
    line-height: 40px;
    text-indent: 24px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    display: block;
    padding-left: 5px;
    overflow: hidden;
}
.widget-container{
    position: sticky;
    /* background-color: #fff; */
    position: -webkit-sticky;
    top: 120px;
}
.aboutUs_container .w-60{
    background: #fff;
}
.aboutUs_container #breadcrumbs{
    color: grey;
    width: 100%;
    font-size: 13px;
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aboutUs-content{
    padding: 0px  15px 15px 15px;
    color: #333;
}
@media screen and (max-width:767px){
    .aboutUs_container .w-40{
        display: none;
    }
    .w-60{
        width: 100% !important;
    }
}