section .description {
    padding-top: 75px;
    padding-bottom: 5px;
}
.main-table {
    display: table;
    width: 100%;
    text-align: center;
}

.main-table .price-table-item {
    vertical-align: middle;
    display: table-cell;
}
table.prices {
    font-size: 25px;
    line-height: 31px;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
}
table.prices td {
    font-size: 30px;
    line-height: 43px;
    padding: 12px 190px 12px 190px;
    border: solid 2px #005E90;

}
table.prices th {
    border: solid 2px #005E90;

}
table.prices th:first-child {
    border-bottom: none !important;
    border-right: none !important;
    border-left-style: solid;
    border-top-left-radius: 10px;
}
table.prices th:last-child {
    border-right-style: solid;
    border-bottom: none !important;
    border-top-right-radius: 10px;
}

table.prices td:first-child {
    border-bottom: none !important;
    border-right: none !important;
}
table.prices td:last-child {
    border-bottom: none !important;
}

table.prices tr:last-child td:last-child{
    border-bottom: solid 2px #005E90 !important;
    border-bottom-right-radius: 10px;
}

table.prices tr:last-child td:first-child{
    border-bottom: solid 2px #005E90 !important;
    border-bottom-left-radius: 10px;
}

.lower {
    font-size: 25px;
    line-height: 31px;
}
.bolder {
    font-size: 30px;
    line-height: 43px;
}

.addp {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}


@media screen and (max-width: 1600px) {
    table.prices td {
        padding: 12px 100px 12px 100px;
    }
}

@media screen and (max-width: 1600px) {
    .main-table .price-table-item.table-add-image {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    table.prices td {
        padding: 6px 25px 6px 25px;
    }
}

