h1{
	clear:both;
}
/*.thm_img{
	width:250px;
	height:169px;
	margin-bottom:5px;
	background-size:250px;
}
.sect1 .thm_img{
	height:125px;
}*/
.sect1{
	padding-bottom:20px;
	border-bottom:dashed 2px #f00;
	margin-bottom:20px;
}
a.learn{
	clear:both;
	display:block;
	color:#4c4c4c;
	font-size:28px;
	transition:0.3s;
	text-decoration:none;
	font-weight:bold;
}
a.learn::after{
	content:"»»";
	color:#f00;
}
a.learn:hover{
	padding-left:10px;
}