 html, body {
	 font-family: 'Nunito', sans-serif;
	 font-size: 1em;
}
 ul.list-bullets {
     list-style-position: outside;
	 LIST-STYLE: NONE;
 }
 li {
	font-size: 2em;
 }
 li span {
	font-size: 18px;
 }
 .par-style {
	font-size: 1.3em;
	/* font-weight: 500; */
	line-height: 1.42857143;
	color: #333;
 }
 .border-between > [class*='col-']:before {
	background: #696161;
	bottom: 34px;
	content: " ";
	left: -9px;
	position: absolute;
	width: 2px;
	top: 0;
 }
 .list-details-heading {
	font-weight: bold;
	color: red;
 }
 .border-between > [class*='col-']:first-child:before {
	display: none;
 }
 .our-webcoderskull{
	background: url("../../CMS/covid/footer4.jpg") no-repeat center top / cover;
	padding: 10px;
 }
 .footer-style {
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
 }