
.uc_centered_bullets *{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.uc_centered_bullets img{ max-width:100%;}
.uc_centered_bullets .uc_centered_bullets_holder{ padding:3%;}
.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_pic{ text-align:center;overflow: hidden;height: 255px;}

.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_content{ padding:75px 0; text-align:center;
-webkit-box-shadow: 0px 7px 27px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 27px -13px rgba(0,0,0,0.75);
box-shadow: 0px 7px 27px -13px rgba(0,0,0,0.75);}
.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_content .uc_content_box{ text-align:center; width:30%; padding:0 15px; display:inline-block;}
.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_content .uc_content_box .uc_icon_box{ width:50px; height:50px; border-radius:50%; position:relative; display:inline-block;}
.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_content .uc_content_box .uc_icon_box .fa{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:24px;}
.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_content .uc_content_box h2{ font-size:16px; font-weight:700; text-transform:uppercase; margin:15px 0;}
.uc_centered_bullets .uc_centered_bullets_holder .uc_centered_bullets_content .uc_content_box p{ font-size:14px; font-weight:300;}
@media only screen and (max-width: 414px) 
{
	
}
