.service-wrap {
	display: none;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: auto;
  }
  .service-wrap h1, .service-wrap h2 {
	font-size: 14px;
	color: #242424;
	line-height: 53px;
	font-weight: 600;
  }
  .service-wrap h3 {
	font-size: 12px;
  }
  .service-wrap h1 {
	margin-top: 20px;
  }
  .service-wrap .info {
	font-size: 12px;
	line-height: 20px;
	color: rgba(0,0,0,.65);
  }
  .service-wrap h4 {
	font-size: 12px;
	line-height: 20px;
  }
  .service-wrap p {
	font-size: 12px;
	color: #5e5e61;
	line-height: 25px;
	margin-bottom: 14px;
  }
  
  @media screen and (max-width: 767px) {
	.service-wrap h2 {
	  line-height: 48px;
	}
	.service-wrap p {
	  font-size: 12px;
	  line-height: 20px;
	  margin-bottom: 11px;
	}
  }