@charset "utf-8";
/* CSS Document */
.home-industry-approved{
	padding: 12px 17px;
	border-radius: 20px;
	box-shadow: 0 0 5px 2px #d3d0d0;
}
.home-industry-approved-left h4{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
.home-industry-approved-right ul{
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: space-between;
}
.home-industry-approved-right ul li{
	margin: 0 18px 0 0;
	padding: 0;
	background-image: none;
	width: 22%;
}
.home-industry-approved-right ul li:last-child{
	margin-right: 0;
}
.home-industry-approved-right ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.wras-logo{
	max-width: 72px;
}
.kiwa-logo{
	max-width: 95px;
}
.dvgw-logo{
	max-width: 50px;
}
.acs-logo{
	max-width: 44px;
}
@media only screen and (min-width: 580px){
	.home-industry-approved-left h4{
		margin-bottom: 0;
		text-align: left;
	}
	.home-industry-approved-cont{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.home-industry-approved-right ul{
		justify-content: center;
	}
	.home-industry-approved-right ul li {
    	margin: 0 35px 0 0;
	}
	.home-industry-approved-left{
		width: 37%;
	}
	.home-industry-approved-right{
		width: 63%;
	}
}

@media only screen and (min-width: 650px){
	.home-industry-approved-left{
		width: 34%;
	}
	.home-industry-approved-right{
		width: 59%;
	}
	.home-industry-approved-right ul li {
    	margin: 0 40px 0 0;
	}
	.home-industry-approved{
		max-width: 700px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px){
	.home-industry-approved-right{
		width: 63%;
	}
	
}
@media only screen and (min-width: 921px){
	.home-industry-approved{
		padding: 22px 40px;
	}
	
}
@media only screen and (min-width: 1025px){
	
}
@media only screen and (min-width: 1200px){
	
}
@media only screen and (min-width: 1500px){
	
}
