*{
	font-family: sans-serif;
}
body{
	text-align: center;
    font-size: 20px;
    font-weight: bold;

}

@media screen and (max-width: 768px) {
 body {
  font-size: 10px;
 }

 .new_row span {
   margin-left: 0px !important;
   width: 100%;
   display: block;
 }

}
.all{
    display: inline-block;
    margin: 5px auto;
    width: 100%;
}
.new_row{
    width: 25%;
    float: left;
    display: block;
    text-align: center;
}
.new_row span{
	margin-left: 10px;
}

.sube::before{
    color: #17c104;
    content: "\25b2";
}
.baja::before{
	color: red;
    content: "\25bc";
}