.h2, h2 {
font-size: 17px;
    line-height: 20px;
    color: #4a4a4a;
	font-family: 'dejavu_sanscondensed_bold';
}

@media (min-width: 768px) {
#row1 {max-width: 49%; float: left; position: relative; margin-right: 15px;}
#row2 {max-width: 49%; float: left; position: relative;}


@media (max-width: 767px) {
#row1 {width: 100%; float:left; position: relative; margin: 0;}
#row2 {width: 100%; float: left; position: relative;}
}

