.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
#Wasteremoval .tit{position:relative;text-align:center;z-index: 2;}
#Wasteremoval .tit p{text-align:center;font-size:20px;padding:0 60px;font-weight:500;color:var(--complement)}
#Wasteremoval .tit font{padding:0 20px;background:#fff;display:inline-block;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
#Wasteremoval:hover .tit h3,#Wasteremoval:hover .tit font{letter-spacing:5px}
#Wasteremoval ul{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:3vw}
#Wasteremoval ul li{width: calc(100%/4);}
#Wasteremoval ul li .item{padding: 30px 40px;display: flex;flex-direction: column;align-items: center;}
#Wasteremoval ul li .item .circle{position:relative;border-radius: 150px;overflow: hidden;background: var(--primary);display: flex;align-items: center;justify-content: center;width: 110px;height: 110px;padding: 25px;}
#Wasteremoval ul li .item .circle img{width: 80px;height: 80px;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#Wasteremoval ul li .item:hover .circle{-webkit-transform-origin: left bottom;-ms-transform-origin: left bottom;transform-origin: left bottom;-webkit-animation: dailogAni 4s infinite ease-in-out alternate;animation: dailogAni 4s infinite ease-in-out alternate;}
@keyframes dailogAni{0%,10%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg);}5%,15%{-webkit-transform:rotate(2deg);transform:rotate(2deg);}20%,45%{-webkit-transform:rotate(0);transform:rotate(0);}50%,60%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg);}55%,65%{-webkit-transform:rotate(2deg);transform:rotate(2deg);}70%,100%{-webkit-transform:rotate(0);transform:rotate(0);}}
#Wasteremoval ul li .item p{text-align:center;font-size:20px;margin:15px 0;font-weight:500}
#Wasteremoval ul li .item article, #photo_area .item p{text-align:justify;font-size:15px;font-weight:300}
#Wasteremoval .imgBox{overflow:hidden}
#Wasteremoval .imgBox p{margin:0 1% 0 0;overflow:hidden;float:left;width:49%;animation-name:fadeInLeft;-webkit-animation-name:fadeInUp}
#Wasteremoval .imgBox p:nth-child(2){margin:0 0 0 1%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#Wasteremoval .imgBox p:hover img{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}

@media screen and (max-width:768px){
	#Wasteremoval ul li{width: 50%;}
	#Wasteremoval ul li .item{padding:15px}
}
@media screen and (max-width:640px){
	#Wasteremoval ul li{width:50%}
	#Wasteremoval ul li:nth-child(3){width:100%}
	#Wasteremoval ul li:nth-child(2) .item{border-left:0}
	}
@media screen and (max-width:480px){
	#Wasteremoval ul li{width:100%}
	#Wasteremoval .imgBox p{margin:10px 0;width:100%}
	#Wasteremoval .tit p{padding:0;}
}