.linee-di-prezzo .wrapper.container{
    width: 100%;
    max-width: none;
}

.table-linee-di-prezzo.rg-container {
    padding: 0;
}


.table-linee-di-prezzo table.rg-table thead th{
    text-transform: uppercase;
    font-size: 18px;
    color: #FFF;
    font-family: "Exo 2";
    font-weight: 700;
    font-style: normal;
    padding: 20px;
}

.table-linee-di-prezzo table.rg-table thead th:nth-child(2),
.table-linee-di-prezzo table.rg-table thead th:nth-child(3),
.table-linee-di-prezzo table.rg-table tbody tr td:nth-child(2),
.table-linee-di-prezzo table.rg-table tbody tr td:nth-child(3){
    text-align: center;
}

.table-linee-di-prezzo table.rg-table tbody tr td{
    background-color: #FFF;
    font-size: 18px;
    color: #2F2F2F;
    font-family: "Exo 2";
    font-weight: 500;
    font-style: normal;
    padding: 20px;
    text-transform: capitalize;
}

.table-linee-di-prezzo table.rg-table thead th
.table-linee-di-prezzo table.rg-table tbody tr td{
    font-family: "Source Sans Pro", sans-serif;
}