@charset "utf-8";

/* leaflet
-------------------------------------------------*/

#leaf_pdf{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	text-align:center;
	margin:0 auto;
}
	.pdf1{
		width:60%;
	}
	.pdf2{
		width:30%;
	}
	.pdf1 img,
	.pdf2 img{
		height:40vh;
		width:auto;
	}
	#leaf_pdf div img{
		display:block;
		box-shadow: 3px 3px 10px 4px #ddd;
		margin:0 auto 20px;
	}
	#leaf_pdf p{
		display:inline;
		font-size:.9rem;
	}
	#leaf_pdf .btn_white_arrow {
		position:relative;
		top:6px;
		padding:.3rem 1.5rem .3rem;
		margin:0 0 0 10px;
	}

@media screen and (max-width: 767px){
	.pdf1{
		width:100%;
		margin:0 auto 4rem;
	}
	.pdf2{
		width:100%;
	}
	.pdf1 img{
		width:100%;
		height:auto;
	}
	.pdf2 img{
		width:70%;
		height:auto;
		max-width:450px;
	}
	
}
