/*
 * @Author: Robby
 *
*/
section .col{
	border: 1px solid #000;
	width: 150px;
	margin: 25px 20px;
	vertical-align: top;
	display: inline-block;
}
	section .pdf-img{
		background-image: url('../imgs/pdf-link.jpg');
		background-size: 100% 100%;
		width: 43px;
		height: 58px;
		margin: 50px auto;
	}
	section h1{
		padding: 10px;
		font-size: 30px;
		font-weight: bold;
	}
	section h2{
		padding: 10px;
		color: rgb(32,100,226);
		font-size: 20px;
		font-weight: normal;
		text-align: center;
	}
	section a{
		text-align: center;
	}