@media screen and (max-width: 950px) {
    main {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 5% 5% 5% 5%;
    }
    main div img {
        width: 100%;
    }
    .firstPricesDiv {
        display: flex;
        flex-direction: column;
        margin-top: 5%;
    }
    .firstPricesDiv h4 {
        text-align: right;
    }
    .firstPricesDiv p {
        text-align: justify;
    }
    table {
        margin: 0 auto;
        text-align: right;
        width: 100%;
    }
    
    td {
        padding-right: 2%;
    }
    /* tr:nth-child(even) {
        background-color: #ffcb9a;
    }
    tr:nth-child(odd) {
        background-color: #c7ff9a;
    } */
    .tableDiv {
        margin: 5% 0 5% 0;
    }
}

@media screen and (min-width: 951px) {
    main {
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 1% 10% 5% 10%;
    }
    .firstDiv {
        display: flex;
        flex-direction: row;
    }
    main div img {
        width: 100%;
    
    }
    .firstPricesDiv div:first-child {
        margin-left: 1%;
    }
    .firstPricesDiv {
        display: flex;
        flex-direction: row;
        margin-top: 4%;
        width: 100%;
        text-align: right;
    }
    .firstPricesDiv div {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .firstPricesDiv {
        margin-right: 0%;
    }
    table {
        margin: 0 auto;
        width: 50%;
        text-align: right;
    }
    th {
        /* background-color: #d1e8e2 !important; */
        padding-right: 10px;
    }
    tr {
        height: 50px;
    }
    td {
        padding-right: 10px;
    }
    /* tr:nth-child(even) {
        background-color: #ffcb9a;
    }
    tr:nth-child(odd) {
        background-color: #c7ff9a;
    } */
    .tableDiv {
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

th {
    background-color: #3c6e71;
    color: white;
}

tr:nth-child(even) {
    background-color: #d9d9d9;
}
tr:nth-child(odd) {
    background-color: white;
}
h4 {
    margin-top: 1%;
    margin-bottom: 1%;
}