#stcSectors {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 60px;
}


#stcSectors table.stc-sector-table {

}


#stcSectors table.stc-sector-table  thead tr th {
    padding: 10px 20px; 
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    text-align: center;
    border-right: 1px solid var(--color-white);
    
}

#stcSectors table.stc-sector-table  tbody tr td {
    padding: 10px;
    font-size: 16px;
}

#stcSectors table.stc-sector-table  tbody tr:nth-child(even) {
    background-color: var(--color-secondary-pale);
}

.stc-subheading__btns.bottom {
    margin-top: 20px;
}


@media screen and (max-width:767px) {
    #stcSectors {
        padding: 60px 15px;
    }

    #stcSectors table.stc-sector-table  tbody tr td:last-child {
        text-align: right;
    }
}

@media screen and (max-width:480px)  {
    #stcSectors table.stc-sector-table  tbody tr td:last-child {
        text-align: left;
    }
}