h4{
	font-weight: bold;
	color: #38BC1D;
	/*background-image: url(img/line.gif);*/
	background-size: 2px 1px;
	background-image: linear-gradient(to right, #396CD2 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/*
@media screen and (max-width:840px){
    figure{
        width: 100%;
        text-align:center;
    }
    figure img{
        width:100%;
        height: auto;
    }
}
    */