@charset "utf-8";
/* CSS Document */
.coaching_title{
	font-family: 'GothamBlack';
	text-align: center;
}
.under_construction {
	text-align: center;
}
.under_construction img{
	width: 60%;
}

@media only screen and (max-width : 480px) {
	.under_construction img{
		width: 80%;
	}
	
	.under_construction {
		padding-top: 30px;
	}
}