@charset "UTF-8";
/* CSS Document */

.img-fluid{
	
	border-radius: 20px;
	
}

.decor{
	
	margin: 15%;
	margin-top: 150px;

}

.margin1{
	
	margin-top:-150px;
}


.zoom-on-hover:hover  .img-fluid{
	
	transform: scale(1.3);
	opacity:0.9;
	transition: 0.9s ease;
}

.item{
	
	overflow: hidden;
}



@media (max-width: 576px){
	
	.margin1{
		margin-top: -100px;
	}
	
}





