.download-section {
    margin-top: 0.5em;
}

.price-list {
    width: 60%;
    border-collapse: collapse;
    margin: 0 auto;
}
.price-list>caption {
    caption-side: bottom;
    text-align: left;
    font-style: italic;
}
.price-list>caption:first-child {
    caption-side: top;
    text-align: center;
}

.price-list>thead>tr>th {
    padding: 0.75em 0;
}

.price-list tr>td {
    padding: 0.5em;
}

.download-section>p:first-child {
    font-size: 1.25em;
}

@media all and (max-width: 1700px)
{
    .price-list {
        width: 80%;
    }
}
@media all and (max-width: 900px)
{
    .price-list {
        table-layout: auto;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
   
    .price-list>thead>tr>th {
        font-size: 1em;
        padding: 0.5em 0.1em;
    }
    
    .price-list tr>td {
        font-size: 1em;
        padding: 0.5em 0.1em;
    }

}