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

    .content-container img {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    ul {
        padding-left: 20px;
    }

    .early-stage-education-container li {
        width: 100% !important;
    }

    .primary-school-container .top-container {
        flex-direction: column !important;
    }

    .primary-school-container .left p img {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .primary-school-container .top-container img {
        margin-left: 0 !important;
        width: 75% !important;
        margin: 0 auto !important;
    }

    /* table {
        width: 100% !important;
        font-size: 12px;
    }

    table tr {
        width: 100% !important;
    }

    table tr td, table tr th {
        width: 25% !important;
        padding: 10px !important;
    } */
}

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

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

.content-container p {
    text-align: justify;
    text-indent: 40px;
}

.content-container img {
    border-radius: 20px;
}

.content-container > div {
    margin-bottom: 60px;
}

.content-container h3 {
    font-size: 28px;
}

.content-container h4 {
    font-size: 24px;
}

img {
    width: 300px;
    float: right;
}

.early-stage-education-container img {
    float: right;
    margin-left: 20px;
}

.early-stage-education-container li {
    width: 750px;
    margin-bottom: 10px;
}

.subject-offered h3 {
    text-transform: uppercase;
    text-align: center;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
}

td {
    border: 2px solid black;
    padding: 10px 40px 10px 10px;
    width: 25%;
}

.primary-school-container .top-container {
    display: flex;
}

.primary-school-container .top-container .left img {
    float: left;
    margin-right: 10px;
}

.primary-school-container .top-container > img{
    width: 200px;
    margin-left: 8px;
}
