.contact-insta-photo {
	padding-left: 9px;
	padding-top: 0;
	position: relative;
	z-index: 2;
}


.contact-insta-photo::before {
	position: absolute;
	content: "";
	background-color: #638893;
	width: 70%;
	height: 53%;
	top: 50%;
	left: 0px;
	z-index: -1;
}





.contact-insta-photo::after {
	position: absolute;
	content: "";
	background-color: #638893;
	width: 70%;
	height: 53%;
	top: -3%;
	right: 0px;
	z-index: -1;
}
