/* CSS Document */


@media screen and (max-device-width : 992px) {
	.s3-num {
    	min-height: 110px;	
	}
	.s3-text {
    	max-width: 300px;
		font-size: 15px;
	}
	.s3-icon {
		width: 230px;
	}
	.s3-icon-2 {
		width: 230px;
		margin-top: -21px;
	}
	.s3-icon-3 {
		width: 230px;
	}
	ul.checks > li:after {
    	height: 5px;
	}
}

@media screen and (max-device-width : 768px) {
	.trusted-panel-beater-img {
		display: none;
	}
	ul.checks {
    	max-width:650px;
		width: 650px;
	}
	
}
@media screen and (max-device-width : 730px) {
	.s3-num {
    	min-height: 110px;	
	}
	
	.s3-text {
    	max-width: 100%;
		font-size: 15px;
	}
	.s3-icon {
		display: none;
	}
	.s3-icon-2 {
		display: none;
	}
	.s3-icon-3 {
		display: none;
	}
	
	ul.checks {
		 width: 100%;
		 padding: 0px;
	}
	
	.whyjoin-s3 {
     padding-left: 10px; 
     padding-right: 10px; 
	}
   
	.whyjoin-s4 {
     padding-left: 10px; 
     padding-right: 10px; 
	}
   
	
}