@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 512px){
	div.contact{
		height: 36rem;
	}

	div.contact h2{
		padding-bottom: 1rem;
		border-bottom: 1px solid #ffffff;
	}

	div.contact div.content div.block{
		display: block;
		width: auto;
		margin-left: 0;
	}
	div.contact div.content div.block div.text{
		padding-bottom: 1rem;
		border-bottom: 1px dotted #ffffff;
		font-size: 1.2rem;
	}

	div.share-bar{
		display: none;
	}
}
