@charset "utf-8";
.services-header {
	padding-left:5px;
	padding-right:5px;
	
}

.topicimage {
  object-fit: cover;
  height: 250px;
  width: 100%;
  object-position: 50% 70%;
}


@media only screen and (min-width:960px){
.services-header {
	background-image:url(/images/internet-header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:140px;
	margin-bottom:20px;
	text-align:center;
	padding-top:1px;
	font-size:1.6em;
}
.clear {
clear: both;
}
.floatleft {
float: left;
}

.w1100 {
width: 630px;
}

.topicimage {
width: 256px;
height: 256px;
}
}




@media only screen and (min-width:960px){
}
@media only screen and (min-width:1440px){
.topicimage {
width: 400px;
height: 400px;
}
.w1100 {
width: 770px;
}
.w1100 h2 {
margin-top: 70px;
}
}


