.bullets { 
	/*background: #67bcda;*/
	background: #00819e;
	margin:0;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
.bullet-list {
	/*color: black;*/
	color: white;
	font-size:1.25rem;
	letter-spacing: initial;
}
.bullet-button .button {
	/*color: black; */
	color: #006884;
	background: white !important;
    border-color: #006884 !important;
	text-align:center;
}
.bullet-img {
	margin-top:-1rem;
	vertical-align:middle;
	height:100%;
	
}
@media screen and (min-width: 48em) {
	.bullet-img {
		padding:3rem;
	}
}
.bullets ul {
	font-family:"Open Sans", sans-serif;
}
.bullet-button {
	text-align:center;
}