@media screen and (max-width: 599px) {
    .content-container {
        width: 90% !important;
    }

    table {
        width: 100%;
    }

    table th, table td {
        padding: 20px !important;
    }

    .department table {
        width: 100% !important;
    }

    .department:last-of-type {
        margin-bottom: 60px !important;
    }
}

:root {
    --global-web-width: 1170px;
}

.content-container {
    width: var(--global-web-width);
    margin: 50px auto;
}

.content-container h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}

.content-container table {
    border-collapse: collapse;
    border: 1px solid black;
    margin: 20px auto;
}

.content-container table tr {
    border-bottom: 1px solid black;
    width: 100%;
}

.content-container table th {
    text-transform: uppercase;
}

.content-container table th,
.content-container table td {
    padding: 20px 100px;
    border: 1px solid black;
    letter-spacing: 1.2;
}

.content-container table td {
    text-align: center;
    padding: 20px 100px;
}

.administration {
    margin-bottom: 40px;
}

.department {
    margin-bottom: 40px;
}

.department:last-of-type {
    margin-bottom: 100px;
}

.department table th,
.department table td {
    width: 50%;
}
