/*ABOUT US BOXES*/
.box-services{
	opacity:0;
	background-color: white;
	height: 650px; 
	padding: 5%;
	width: 100%; 
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 44px -35px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 44px -35px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 44px -35px rgba(0,0,0,0.75);
	overflow: hidden;
}

/*ABOUT US TEXTS*/
.aboutus-info{opacity: 0;text-align: left;word-break: auto-phrase;font-size: 1rem}
.aboutus-info h3{text-align: center}
.aboutus-info1,.aboutus-info2,.aboutus-info3{opacity: 0;animation: textbox-animated 1s forwards;}

/*DELAY EFFECT*/
.aboutus-info1{animation-delay: 0.66s;}
.aboutus-info2{animation-delay: 0.99s;}
.aboutus-info3{animation-delay: 1.33s;}

/*BOXES APPLIED ANIMATION*/
.box-service-animated{animation: box-animated 1s forwards;}
.box-service-animated:nth-child(1){animation-delay: 0.33s}
.box-service-animated:nth-child(2){animation-delay: 0.66s}
.box-service-animated:nth-child(3){animation-delay: 1s}