.adout {
	width: 100%;
	height: auto;
	padding: 1%;
}

.adout-box {
	max-width: 1220px;
	height: auto;
	margin: 2% auto;
	display: flex;
	flex-flow: row wrap;
}
.about-text {
	margin-top: 5%;
}

#about-text-left {
	width: 120px;
	height: 50px;
	background:rgba(1,97,59,0.8);
	
	padding: 2%;
	color: white;
	position: relative;
	top: 18px;
	right: 20px;
	
}

#about-text-left p:first-child {
	line-height: 10px;
	text-align: center;
}

#about-text-left p:last-child {
	line-height: 5px;
	text-align: center;
	margin-bottom: 2%;
}
.about-text img {
	margin: 0 auto;
}

.about-text-right {
	width: 48%;
	height: auto;
	margin: 6% auto;

	
}
.about-text-right h4{
	font-size: 36px;
	font-weight: bold;
}
.about-text-right p{
	font-size: 24px;
}

.maintenance {
	width: 1220px;
	height: auto;
	margin: 0 auto;
}
.maintenance-box {
	display: flex;
	flex-flow: row wrap;
	margin: 2% auto;
}

.maintenance-card {
	width: 30%;
	height: auto;
	margin: 0 auto;
	border: 1px #000 solid;
}
.maintenance-text{

}
.maintenance-text h4{
  text-align: center;
  margin-top: 2%;
}
.maintenance-text hr{
	width: 33%;
	height: 3px;
	background-color: #00603b;
  }
.maintenance-box-text{
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	margin: 1% auto;

}
.maintenance-box-text strong{
	width:25%;
	height: auto;
	font-size: 16px;
}

.understand {
	width: 26%;
	height: 12%;
	border-radius: 25px;
	background-color: #00603b;
}
.understand p {
	text-align: center;
}

.understand a {
	text-align: center;
	text-decoration: none;
	color: white;
}

.inspect-banner{
	max-width: 1920px;
	height: auto;
	background-color: #4f8b71;
	margin: 0 auto;
	padding-top: 1%;
}

.inspect{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
}
.inspect-card{
	width: 24%;
	height: auto;
	margin: 2% auto;
	background-color: white;
	border-radius: 10px;
}
.inspect-card img{
	width: 100%;
	height: auto;
	border-radius:10px 10px 0 0 ;
}
.inspect-text{
	width: 95%;
	height: auto;
	margin:2% auto;
}
.inspect-text h3{
	font-size: 24px;
}
.inspect-text span{
	font-size: 36px;
}
.inspect-text hr{
	width: 95%;
	height: 1px;
	background-color: #00603b;
}
.inspect-box-text p{
 
}
.news {
	width: 100%;
	height: auto;
	padding: 1.5px;
	padding-bottom: 3%;
}
.new {
	width: 1220px;
	height: auto;
	margin: 2% auto;
}
.new hr{
	width: 100%;
	height: 2px;
	background-color: #919191;
}
.new-title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.new-title-left h3{
   display: inline;
}

.new-title-left span{
	font-size: 24px;
	color: #aeaeae;
	font-weight: bold;
}
.new-title-right p{
    display: inline;
}
.new-box{
	display: flex;
	flex-flow: row wrap;
}
.new-card-left{
	width: 48%;
	height: auto;
}
.new-card-left img{
	width: 100%;
	height: auto;
}
.new-card-left ul{
	
}
.new-card-left ul li a{
	color: #000;
	text-decoration: none;
}
.new-card-left ul li{
	font-size: 24px;

}
.new-card-left ul li span{
	float: right;

}
.new-card-right{
	width: 48%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	margin-left: 40px;
}
.new-card-right img{
	width: 300px;
	height: 225px;
	margin: 0 auto;
}
.new-card-right-text{
	width: 48%;
	height: auto;
	margin: 0 auto;
}
.new-card-right-text hr{
	width: 20%;
	height: 4px;
	background-color: #00603b;
	margin-left: 0%;
}
.new-card-right-text h4{
	font-size: 20px;
} 
.new-card-right-text h4 a{
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #000;
} 
.new-card-right-text p{
	font-size: 18px;
	margin-bottom: 0.5rem
}
.new-card-right-text span a{
	color: #000;
	text-decoration: none;
}


@media screen and (max-width: 1220px) {
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	
	.adout-box {
		max-width:95%;
		height: auto;
		margin: 2% auto;
		display: flex;
		flex-flow: row wrap;
	}
	.about-text {
		width: 45%;
        height: auto;
		margin: 5% auto;
	}
	
	#about-text-left {
		width: 120px;
		height: 50px;
		background:rgba(1,97,59,0.8);
		
		padding: 2%;
		color: white;
		position: relative;
		top: 18px;
		right: 20px;
		
	}
	
	#about-text-left p:first-child {
		line-height: 10px;
		text-align: center;
	}
	
	#about-text-left p:last-child {
		line-height: 5px;
		text-align: center;
		margin-bottom: 2%;
	}
	.about-text img {

		margin: 0 auto;
	}
	
	.about-text-right {
		width: 45%;
		height: auto;
		margin: 5% auto;
	
		
	}
	.about-text-right h4{
		font-size: 32px;
		font-weight: bold;
	}
	.about-text-right p{
		font-size: 20px;
	}
	
	.maintenance {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		display: flex;
		flex-flow: row wrap;
		margin: 2% auto;
	}
	
	.maintenance-card {
		width: 30%;
		height: auto;
		margin: 0 auto;
		border: 1px #000 solid;
	}
	.maintenance-text{
	
	}
	.maintenance-text h4{
	  text-align: center;
	  margin-top: 2%;
	}
	.maintenance-text hr{
		width: 33%;
		height: 3px;
		background-color: #00603b;
	  }
	.maintenance-box-text{
		width: 90%;
		display: flex;
		flex-flow: row wrap;
		margin: 1% auto;
	
	}
	.maintenance-box-text strong{
		width:33%;
		height: auto;
		font-size: 20px;
	
	
	}
	
	
	.inspect-banner{
		max-width: 100%;
		height: auto;
		background-color: #4f8b71;
		margin: 0 auto;
		padding-top: 1%;
	}
	
	.inspect{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.inspect-card{
		width: 24%;
		height: auto;
		margin: 2% auto;
		background-color: white;
		border-radius: 10px;
	}
	.inspect-card img{
		width: 100%;
		height: auto;
		border-radius:10px 10px 0 0 ;
	}
	.inspect-text{
		width: 95%;
		height: auto;
		margin:2% auto;
	}
	.inspect-text h3{
		font-size: 16px;
	}
	.inspect-text span{
		font-size: 24px;
	}
	.inspect-text hr{
		width: 95%;
		height: 1px;
		background-color: #00603b;
	}
	.inspect-box-text p{
	 
	}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width:95%;
		height: auto;
		margin: 2% auto;
	}
	.new hr{
		width: 100%;
		height: 2px;
		background-color: #919191;
	}
	.new-title{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.new-title-left h3{
	   display: inline;
	}
	
	.new-title-left span{
		font-size: 24px;
		color: #aeaeae;
		font-weight: bold;
	}
	.new-title-right p{
		display: inline;
	}
	.new-box{
		display: flex;
		flex-flow: row wrap;
	}
	.new-card-left{
		width: 48%;
		height: auto;
	}
	.new-card-left img{
		width: 100%;
		height: auto;
	}
	.new-card-left ul{
		
	}
	.new-card-left ul li a{
		color: #000;
		text-decoration: none;
	}
	.new-card-left ul li{
		font-size: 20px;
	
	}
	.new-card-right{
		width: 48%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
	}
	.new-card-right a{
		width: 48%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right-text{
		width: 48%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right-text hr{
		width: 20%;
		height: 4px;
		background-color: #00603b;
		margin-left: 0%;
	}
	.new-card-right-text h4{
		font-size: 18px;
	} 
	.new-card-right-text p{
		font-size: 16px;
	}
	.new-card-right-text span a{
		color: #000;
		text-decoration: none;
	}
	
	
}
@media screen and (max-width: 1220px) {
	.new-card-left ul li{
		font-size: 18px;
	
	}
	.new-card-right-text h4{
		font-size: 16px;
	} 
	.new-card-right-text p{
		font-size: 14px;
	}
}

@media screen and (max-width: 960px){
	.about-text {
		width: 45%;
        height: auto;
		margin: 8% auto;
	}
	.new-card-left ul li{
		font-size: 17px;
	
	}
	.new-card-right-text p{
		font-size: 13px;
	}
}
@media screen and (max-width: 768px){
	.adout {
		width: 100%;
		height: auto;
		padding: 1%;
	}
	
	.adout-box {
		max-width:95%;
		height: auto;
		margin: 8% auto;
		
	}
	.about-text {
		width: 95%;
        height: auto;
		margin: 5% auto;
	}
	
	#about-text-left {
		width: 120px;
		height: 50px;
		background:rgba(1,97,59,0.8);
		padding: 2%;
		color: white;
		position: relative;
		top: 18px;
		right: 20px;
		
	}
	
	#about-text-left p:first-child {
		line-height: 10px;
		text-align: center;
	}
	
	#about-text-left p:last-child {
		line-height: 5px;
		text-align: center;
		margin-bottom: 2%;
	}
	.about-text img {
        width: 100%;
		margin: 0 auto;
	}
	
	.about-text-right {
		width: 95%;
		height: auto;
		margin: 5% auto;
	
		
	}
	.about-text-right h4{
		font-size: 32px;
		font-weight: bold;
	}
	.about-text-right p{
		font-size: 20px;
	}
	
	.maintenance {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.maintenance-box {
		margin: 2% auto;
	}
	
	.maintenance-card {
		width: 95%;
		height: auto;
		margin: 2% auto;
		border: 1px #000 solid;
	}
	.maintenance-card  img{
		width: 100%;
		height: auto;
	}
	.maintenance-text{
		width: 100%;
		height: auto;
	}
	.maintenance-text h4{
	  text-align: center;
	  margin-top: 2%;
	  font-size: 48px;
	}
	.maintenance-text hr{
		width: 33%;
		height: 3px;
		background-color: #00603b;
	  }
	.maintenance-box-text{
		width: 90%;
		display: flex;
		flex-flow: row wrap;
		margin: 1% auto;
	
	}
	.maintenance-box-text strong{
		width:33%;
		height: auto;
		font-size: 36px;
		text-align: center;
	}
	
	
	.inspect-banner{
		max-width: 100%;
		height: auto;
		background-color: #4f8b71;
		margin: 0 auto;
		padding-top: 1%;
	}
	
	.inspect{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.inspect-card{
		width: 95%;
		height: auto;
		margin: 2% auto;
		background-color: white;
		border-radius: 10px;
	}
	.inspect-card img{
		width: 100%;
		height: auto;
		border-radius:10px 10px 0 0 ;
	}
	.inspect-text{
		width: 95%;
		height: auto;
		margin:2% auto;
	}
	.inspect-text h3{
		font-size: 36px;
	}
	.inspect-text span{
		font-size: 42px;
	}
	.inspect-text hr{
		width: 95%;
		height: 2px;
		background-color: #00603b;
	}
	.inspect-box-text p{
	    font-size: 24px;
	}
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width:95%;
		height: auto;
		margin: 2% auto;
	}
	.new hr{
		width: 95%;
		height: 2px;
		background-color: #919191;
	}
	.new-title{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.new-title-left h3{
	   display: inline;
	}
	
	.new-title-left span{
		font-size: 24px;
		color: #aeaeae;
		font-weight: bold;
	}
	.new-title-right p{
		display: inline;
	}
	.new-box{

	}
	.new-card-left{
		width: 95%;
		height: auto;
	}
	.new-card-left img{
		width: 100%;
		height: auto;
	}
	.new-card-left ul{
		
	}
	.new-card-left ul li a{
		color: #000;
		text-decoration: none;
	}
	.new-card-left ul li{
		font-size: 22px;
	
	}
	.new-card-right{
		width: 95%;
		height: auto;
		display: flex;
		flex-flow: row wrap;
	}
	.new-card-right a{
		width: 48%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right-text{
		width: 48%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right-text hr{
		width: 20%;
		height: 4px;
		background-color: #00603b;
		margin-left: 0%;
	}
	.new-card-right-text h4{
		font-size: 18px;
	} 
	.new-card-right-text p{
		font-size: 16px;
	}
	.new-card-right-text span a{
		color: #000;
		text-decoration: none;
	}
}
@media screen and (max-width: 576px){
	
	.news {
		width: 100%;
		height: auto;
		padding: 1.5px;
		padding-bottom: 3%;
	}
	.new {
		width:95%;
		height: auto;
		margin: 2% auto;
	}
	.new hr{
		width: 95%;
		height: 2px;
		background-color: #919191;
	}
	.new-title{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
	}
	.new-title-left h3{
	   display: inline;
	}
	
	.new-title-left span{
		font-size: 24px;
		color: #aeaeae;
		font-weight: bold;
	}
	.new-title-right p{
		display: inline;
	}
	.new-box{

	}
	.new-card-left{
		width: 95%;
		height: auto;
	}
	.new-card-left img{
		width: 100%;
		height: auto;
	}
	.new-card-left ul{
		
	}
	.new-card-left ul li a{
		color: #000;
		text-decoration: none;
	}
	.new-card-left ul li{
		font-size: 20px;
	
	}
	.new-card-right{
		width: 95%;
		height: auto;
		
	}
	.new-card-right a{
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right img{
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right-text{
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	.new-card-right-text hr{
		width: 20%;
		height: 4px;
		background-color: #00603b;
		margin-left: 0%;
	}
	.new-card-right-text h4{
		font-size: 18px;
	} 
	.new-card-right-text p{
		font-size: 16px;
	}
	.new-card-right-text span a{
		color: #000;
		text-decoration: none;
	}
	.maintenance-text h4{
		text-align: center;
		margin-top: 2%;
		font-size: 32px;
	  }
	.maintenance-box-text strong{
		width:33%;
		height: auto;
		font-size: 24px;
		text-align: center;
	}
	
}
@media screen and (max-width: 480px){
	.adout-box {
		max-width:95%;
		height: auto;
		margin: 18% auto;
		
	}
	.about-text-right h4{
		font-size: 24px;
		font-weight: bold;
	}
	.about-text-right p{
		font-size: 16px;
	}
	.new-card-left ul li{
		font-size: 14px;
	}
	.maintenance-box-text strong{
		width:25%;
		height: auto;
		font-size: 18px;
		text-align: center;
	}
}
@media screen and (max-width: 370px){
	.new-card-left ul li{
		font-size: 10px;
	}
	.inspect-box-text p{
	    font-size: 14px;
	}
}