#dist-model .vc_column-inner > .wpb_wrapper {
	-webkit-flex            : 1 1 auto;
	-ms-flex                : 1 1 auto;
	flex                    : 1 1 auto;
	display                 : -ms-flexbox;
	display                 : -webkit-flex;
	display                 : flex;
	-webkit-flex-direction  : column;
	-ms-flex-direction      : column;
	flex-direction          : column;
	-webkit-flex-wrap       : nowrap;
	-ms-flex-wrap           : nowrap;
	flex-wrap               : nowrap;
	-webkit-justify-content : flex-start;
	-ms-flex-pack           : start;
	justify-content         : flex-start;
	-webkit-align-content   : stretch;
	-ms-flex-line-pack      : stretch;
	align-content           : stretch;
	-webkit-align-items     : flex-start;
	-ms-flex-align          : start;
	align-items             : flex-start;
}

#dist-model .vc_column-inner > .wpb_wrapper .main-content-txt {
	-webkit-flex : 1 1 auto;
	-ms-flex     : 1 1 auto;
	flex         : 1 1 auto;
}

.bolder-txt li{
	font-weight : 400;
}