/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


	.home .content span{
	font-size: 1.5rem;
	
}

.home .content h3{
	font-size: 2.5rem;
	width:20rem;
}



.contact form .inputBox input{
	width:100%;
}

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

.clients .row{
	flex-flow: column;
}

.clients .row .box-container:last-child .box{
	display: flex;
	flex-flow: column-reverse;
}
	}


	/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}