.section-company {
	height: 1350px;
}

.container-service {
	margin-top:  100px !important;
}

.service-box {
	display: inline-block;
	width: 294px;
	height: 80px;
	margin:  0 9px 40px 0px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #4C4C4C;
}

	.service-box img {
		display:  inline-block;
		width: 64px;
		height: 64px;
		margin:  0 20px 0px 20px;
		vertical-align: -webkit-baseline-middle;
		vertical-align: middle;
	}
	
	.service-box p {
		display:  inline-block;
		width: 180px;
		height: 64px;
		color: #FFF;
		vertical-align: middle;
		vertical-align: -webkit-baseline-middle;
		font-size: 16px;
	}
	
	
.cmd:hover {
 cursor: pointer !important;
}

.section-form .error {
	 background-color: #aeeafc;
}

@media(min-width: 415px) {
	h1 {
		top: 110px !important;
	}
	
	.section-header ._button {
		margin-top: 330px !important;	
	}
	
	.section-header {
		height: 741px !important;
	}
	
	.section-header .image {
		margin-top: 55px !important;
	}
}

@media(max-width: 414px) {
  .container-service  {
	  display: none;
  }

  .section-company {
    height: 802px;
  }
 }
