/**************************
 * PageBox - bulletpoints 
 **************************/
.bisobjboxquote { display:table; width:100%; table-layout:fixed; }
.bisobjboxbulletpoints {
    display:table;
    table-layout:fixed;
    width:100%;
	margin-top:2rem;
    box-sizing:border-box;
    border-spacing:0;
    color:#372f32;
    background-color:#f5f5f5;
    padding:15px;
    margin-bottom:2rem;
    font-size:0.9rem;
    font-weight:600;
}

.bisobjboxbulletpoints ul { font-size:0.85rem; margin-bottom:0px !important; }
.bisobjboxbulletpoints ul li { margin-left:0rem; padding:0; padding-left:0.5rem; line-height:1.5rem; list-style:none; }
.bisobjboxbulletpoints ul li:before { font-family:'biswebfonts' !important; content:'\d005'; color:#427f6d; margin-right:1rem; font-size:1rem; font-weight:bold; }

/******* end pagebox - bulletpoints *******/
