header > div > h2 {
	font-size: 38px;
	color: rgb(34, 34, 34);
	font-family: Raleway, sans-serif;
	font-weight: normal;
	margin: 0px 0px 25px;
	text-align: center;
	text-transform: uppercase;
}

header > div > h6 {
	font-size: 16px;
	color: rgb(136, 136, 136);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0px 0px 30px;
}
header > div {
	padding-top: 15px;
}

article > h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: rgb(34, 34, 34);
	font-size: 18px;
	margin: 0px 0px 5px;
}

article > p {
	line-height: 24px;
	margin: 0px;
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: rgb(136, 136, 136);
}

.article-header {
	font-size: 28px;
}

.about-us-list {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 0px;
}

.points{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: rgb(136, 136, 136);
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.points > i{
	font-size: 1.125em;
	color: rgb(2, 148, 253);
	left: 0px;
	top: 3px;
}

#servicios {
	color: #fff;
	padding: 60px 0px;
	background: rgb(2, 148, 253);
}

#servicios > header > h2 {
	font-size: 38px;
	font-family: Raleway, sans-serif;
	font-weight: normal;
	margin: 0px 0px 25px;
	text-align: center;
	text-transform: uppercase;
}

#servicios > header > h6 {
	-webkit-margin-before: 2.33em;
	-webkit-margin-after: 2.33em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0px 0px 60px;
}

.service_block > h3{
	font-family: Raleway, sans-serif;
	font-weight: 600;
	font-size: 25px;
	color: rgb(255, 255, 255);
	margin: 35px 0px 15px;
}

.service_icon > span{
	background: transparent;
	display: block;
	height: 100%;
	width: 100%;
	border: 1px solid rgb(255, 255, 255);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.service_icon {
	width: 90px;
	height: 85px;
	margin: 0px auto 25px;
}

.service_icon i {
	font-size: 40px;
	margin-top: 0px;
	position: relative;
	top: 20px;
	z-index: 20;
	display: block;
	text-align: center;
}

strong {
	font-weight: 600 !important;
	color: #333;
}