
/* HOMEPAGE BULLETS */

.what-is-pancreaze-img  img{
	display:inline-block;
	margin-top:2.5rem;
}

h1.h1-homepage-bullets{
    border-bottom:0;
	color:#0075BC;
    font-size:1.75em;
	font-weight:300;
    line-height:1.18em;
    letter-spacing:0;
	margin:0 0 0.25em 0;
    padding-bottom:0;
	text-align:center;
}

.bullets-blue-container{
	margin:0 auto;
	max-width:1080px;
}

.bullets-blue{
	margin:1em auto 0 auto;
	max-width:1030px;
}

ul.bullets-blue{
	list-style-type:none;
}

ul.bullets-blue li{
	font-size:1.125em;
	letter-spacing:0.023em;
	line-height:1.42857em;
	margin:2rem 0 0 0;
	padding:0 0 0 2rem;
	position:relative;
}

ul.bullets-blue li:after{
	background-color:#01A4E0;
	border-radius:100%;
	content:'';
	display:block;
	height:16px;
	left:0;
	position:absolute;
	top:2px;
	width:16px;
}

@media screen and (min-width: 48em) {

	.what-is-pancreaze-img img{
		margin-top:0rem;
	}

	h1.h1-homepage-bullets{
		font-size:2.75em;
		margin:0 0 0.25em 0;
	}
	
	ul.bullets-blue{
		align-items:flex-start;
		display:flex;
		flex-wrap: wrap;
		justify-content:space-between;
		margin:2rem auto 0 auto;
	}
	
	ul.bullets-blue li{
		box-sizing:border-box;
		font-size:1.3125em;
		margin:2rem 0 0 0;
		padding:0 0 0 3.75rem;
		width:48%;
	}
	
	ul.bullets-blue li:after{
		height:21px;
		top:2px;
		width:21px;
	}

}


/* HOMEPAGE BULLETS end */


