.service-flex {
	display: flex;
  justify-content: center;
}

.service-box {
  text-align: center;
	width: 25%;
  padding: 10px 20px 40px 20px;
  box-sizing: border-box;
}

.service-title {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}

.service-icon {
  margin-top: -30px;
	min-height:140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-icon img{
	align-self: center;
}

.serviceBanner {
	height: 470px;
  background-size: cover;
  background-position: top center;
  margin-top: 90px;
}

.serviceLine {
	height: 91px;
  background: #fff;
  box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.25);
}

.serviceLine ul{
	list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100%;
}

.serviceLine li{
	display: inline-block;
  font-size: 23.0px;
  color: rgba(99, 110, 123, 1.0);
  text-align: center;
  line-height: 28.0px;
  margin: 0px 10px;
  background-image: url(../images/checkbox-icon.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 16px auto;
  padding-left: 21px;
  align-self: center;
}

.column-5 {
  margin: 60px auto 90px auto;
  width: 50%;
  font-size: 15.0px;
  color: rgba(0, 0, 0, 1.0);
  text-align: left;
  line-height: 25.0px;
}  



.serviceContent {
	background-color: #fff;
  background-image: url('/wp-content/uploads/2019/01/white-flawless-bg.jpg');
  background-position: top center;
  background-repeat: repeat-x;
  box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.25);
  
}

.page-title {
  font-size: 30.0px;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
  line-height: 35.0px;
  padding: 40px 0px;
}

.page-title.serviceContent-title {
	font-weight: bold;
  color: #ED2837;
}

.page-subtitle {
  font-size: 15.0px;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
  line-height: 25.0px;
	text-transform: uppercase;
  margin: 20px 0;
}

.page-text {
  font-size: 15.0px;
  color: rgba(0, 0, 0, 1.0);
  text-align: center;
  line-height: 25.0px;
}

.serviceContent {
  padding: 30px 0 100px 0;
}

.serviceContent .row {
	display: flex;
}

.serviceContent .row .column-12 {
	width: 100%;
  text-align: center;
}
  
.serviceContent .column-4 {
	padding: 0 30px;
}




@media (max-width: 839px) {
  
  .serviceBanner {
  	margin-top: 48px;
    height: 55vw;
	}
  
  .serviceLine {
  	height: auto;
    padding: 20px 0;
  }
  
  .serviceLine ul{
  	display: block;
  }
  
  .serviceLine li{
    margin: 10px;
  }  
  
  .column-5 { 
  	width: 80%;
  }
  
  .service-flex {
  	flex-wrap: wrap;
  }
  
  .service-box {
  	width: 50%;
  }
}

@media (max-width: 519px) { 
  .column-5 { 
  	width: 90%;
  }
    
  .service-box {
  	width: 100%;
  }

}
