.coding-custom-table {
    width: 100%;
    max-width: 1560px;
    border-collapse: collapse;
    margin: 0 auto;
    tr:nth-child(odd) {
        font-weight: bold;
    }
    tr:nth-child(even) {
        color: #212124 !important;
    }
    td.border-right {
        border-right: 1px dashed #8EBEE6;
    }
    td.border-bottom {
        border-bottom: 2px dashed #8EBEE6;
    }
    img {
        width: 100%;
    }
    h4 {
        color: white !important
    }
}
.fluarix {
    tr:nth-child(odd) {
        background-color: #00853F;
    }
}
.flulaval {
    tr:nth-child(odd) {
        background-color: #005DA8;
    }
}
.coding-custom-table-desktop {
    @media (width < 1024px) {
        display: none;
    }
    tr:nth-child(odd) {
        td {
            padding: 19px 0;
        }
    }
    tr:nth-child(even) {
        td:nth-child(2),
        td:nth-child(3),
        td:nth-child(5),
        td:nth-child(6) {
           padding: 48px 35px; 
           width: 8.97%;
        }
        td:nth-child(4) {
            padding: 12px 30px;
            width: 41.02%
        }
    }
}
.coding-custom-table-mobile {
    @media (width >= 1024px) {
        display: none;
    }
    tr:nth-child(odd) {
        td {
            padding: 16px 0;
        }
    }
    tr:nth-child(4),
    tr:nth-child(8)
    {
        td {
            padding: 18px 0;
        }
    }
    tr:nth-child(6){
        td {
            padding: 12px 4px;
        }
    }
}