.wow {
	animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}



#servicee{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#servicee .left_box{
    display: flex;
    width: 48%;
    flex-direction: column;
    margin: 0 1%;
}
#servicee .right_box{
    display: flex;
    width: 50%;
    flex-direction: column;
}
#servicee .downinfo{
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}
#servicee .downinfo h3{
    font-size: 29px;
    color: #971d14;
}
#servicee .title{
    display: flex;
    align-items: center;
    background-color: #d95829;
    justify-content: center;
}
#servicee .title h2{
    font-size: 25px;
    color: white;
}
#servicee .title b{
    font-size: 20px;
    color: antiquewhite;
}
#servicee .info{
    padding: 10px 50px;
}
#servicee .info p{
	
line-height: 180%;
	
font-size: 21px;
}

@media screen and (max-width: 1440px) {
	#servicee .info p{
    font-size: 18px;
}
	
}
@media screen and (max-width: 1280px) {
	#servicee .info p{
        font-size: 18px;
    }
    #servicee .left_box , #servicee .right_box{
    	width:100%;
    	margin: 30px 0;
    }
    #servicee .info{
    padding: 30px;
}
	
}
@media screen and (max-width: 640px) {
	#servicee .info{
    padding: 20px 0;
}
	#servicee .info p{
        font-size: 20px;
        margin: 15px 0;
    }
    #servicee .downinfo h3{
    font-size: 30px;
}
}