#main .dataBlock .list > .tempBox h3 {
    padding-bottom: 5px;
		margin:30px 0 0 0;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px){
#main .dataBlock .list > .tempBox h3 {
    font-size: 20px;
}
}