.img_phone{
	max-height:600px;


	border: 1px solid #ccc; /* Basic light gray border */
  border-radius: 8px; /* Rounded corners, adjust as desired */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  overflow: hidden; /* Ensures image respects the border-radius */
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); /* Lighter inner shadow */
}

