/* 
 Theme Name:   EZ Street
 Theme URI:    
 Description:  
 Author:       matarrita
 Author URI:   http://dev.ezstreetasphalt.com
 Template:     salient
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.comparativa {
        display: flex;
        flex-direction: column;
        column-gap: 60px;
        row-gap: 16px;
    }
    .item {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #000000;
        padding: 8px;
    }
    .titulo {
        text-align: center;
    }
    .elezstreet, .tradicional {
        align-self: center;
        padding: 8px;
        text-wrap: auto;
        width: 50%;
    }