/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2024 | 13:59:15 */
.pin{
	
	top: -6%;
	/* position: fixed;
	left: 30%;
	width: 40%;
	height: 40vh; */
	box-sizing: border-box;
	padding: 2rem;
	
	box-shadow: 0 1rem 5rem -2rem rgba(black,0.5);
	transition: transform 100ms linear;

}

	.pin p{
		font-size: 5vmin;
		font-family: "Helvetica", "Avenir Next", sans-serif;
		line-height: 1.25; 
		font-weight: 600;
		color: black;
		position: relative;
		top: 50%;
		transform: translatey(-50%);
	}

@media only screen and (max-width: 810px) {
.pin{
	
	top: 10px;
	/* position: fixed;
	left: 30%;
	width: 40%;
	height: 40vh; */
	transition: none;

}
}