.ea_tabla{ background: #FFF; padding: 20px 40px; }
.ea_tabla h4{ background: #F2F2F2; margin: 0 !important; }
.ea_tabla h4 span{ display: block; width: 65%; box-sizing: border-box; margin: 0 0 0 auto; padding: 20px 0 20px 40px; background: #FFF; }

.eat-item{ box-sizing: border-box; padding: 0 40px; text-align: center; }
.eat-item:first-child{ width: 35%; background: #F2F2F2; float: left; }
.eat-item:first-child + .eat-item{ width: 65%; float: right; padding-right: 0; }
.eat-item span{ display: block; padding: 17px 0; border-top: 2px solid #FFF; font-size: 21px; }
.eat-item:first-child + .eat-item span{ border-top-color: #DDD; }
.eat-cleaner{ clear: both; }

.eat-row:first-child .eat-item:first-child + .eat-item span{ border-top-color: #EBBA16; }
.eat-row:last-child .eat-item{ padding-bottom: 20px; }
.eat-row:last-child .eat-item span{ border-bottom: 2px solid #FFF; }
.eat-row:last-child .eat-item:first-child + .eat-item span{ border-bottom-color: #DDD; }

@media only screen and (max-width:1776px){
	.eat-row:last-child .eat-item span{ border-bottom: none; }
}

@media only screen and (max-width:1675px){
	.ea_tabla h4 span{ width: 100%; padding-left: 0; }
	.eat-item:first-child{ width: 45%; }
	.eat-item:first-child + .eat-item{ width: 55%; }

	.eat-item{ padding: 0 20px; }

	.eat-row:first-child .eat-item span{ border-top: none; }
}

@media only screen and (max-width:1675px){
	.eat-item:first-child{ width: 50%; }
	.eat-item:first-child + .eat-item{ width: 50%; }
}

@media only screen and (max-width:1300px){
	.eat-item span{ font-size: 18px; }
}

@media only screen and (max-width:1024px){
	.ea_tabla h4 span{ width: 65%; padding-left: 40px; }
	.eat-item{ padding: 0 40px; }
	.eat-item:first-child{ width: 35%; }
	.eat-item:first-child + .eat-item{ width: 65%; }

	.eat-row:first-child .eat-item span{ border-top: 2px solid #FFF; }
	.eat-row:first-child .eat-item:first-child + .eat-item span{ border-top-color: #EBBA16; }
	.eat-row:last-child .eat-item span{ border-bottom: 2px solid #FFF; }
	.eat-row:last-child .eat-item:first-child + .eat-item span{ border-bottom-color: #DDD; }
}

@media only screen and (max-width:800px){
	.eat-row:last-child .eat-item span{ border-bottom: none; }

	.ea_tabla h4 span{ width: 100%; padding-left: 0; }
	.eat-item:first-child{ width: 45%; }
	.eat-item:first-child + .eat-item{ width: 55%; }

	.eat-item{ padding: 0 20px; }

	.eat-row:first-child .eat-item span{ border-top: none; }
}

@media only screen and (max-width:767px){
	.ea_tabla{ padding: 0; }
	.ea_tabla h4{ text-align: center; }
	.ea_tabla h4 span{ padding-top: 0; }
}

@media only screen and (max-width:600px){
	.eat-item:first-child{ width: 50%; }
	.eat-item:first-child + .eat-item{ width: 50%; }
}

@media only screen and (max-width:500px){
	.eat-item:first-child, .eat-item:first-child + .eat-item{ width: 100%; float: none; }
	.eat-item:first-child + .eat-item{ padding-right: 20px; }
	.eat-row:last-child .eat-item{ padding-bottom: 0; }
	.eat-item span{ border: none !important; }
}