.client-logo:hover img{
	transform:scale(1.2);
	box-shadow: 0 0 0px rgb(0 0 0 / 57%);
}
.client-logo img{
	transition:all .4s ease-in-out;
}
/*@media only screen and (max-width:725px){
	.client-logo:hover img{
		transform: none;
	}
	.client-logo img{
		
	}
}*/
/*@media only screen and (max-width:425px){
	.pt-xs-2{
		padding-top:2rem
	}
	.px-xs-3{
		padding-left:2rem;
		padding-right:2rem
	}
	#header.header-scrolled{
		height:70px
	}
	.mt-xs-1,.my-xs-1{
		margin-top:1rem
	}
	.my-xs-1{
		margin-bottom:1rem
	}
	.my-xs-3{
		margin-top:3rem;
		margin-bottom:3rem
	}
	.my-xs-5{
		margin-top:5rem;
		margin-bottom:5rem
	}
}*/



