#start {
    padding-top: 5%;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
}

h2 {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4px;
    margin-top: 4px;
}

p {
    font-size: 20px;
    padding-left: 10px;
    margin: 5px ,10px;
    line-height: 1.5;
}

.classroom-background {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url("../data/classroom.jpg");
    background-repeat: no-repeat;
}

.classroom-background h1 {
    color: #ECEBE4;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 2%;
    padding-left: 2%;
}

.classroom-background p {
    padding-right: 15%;
    padding-left: 15%;
    text-align: center;
    color: #ECEBE4;
    padding-bottom: 10%;
}

.table-section {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

table {
    margin: 0;
    width: 100%;
}

th {
    width: 46%;
    padding-right: 2%;
    padding-left: 2%;
}

.math-list {
    position: absolute;
    left: 2%;
    width: 47%;
}

.phys-list {
    position: absolute;
    right: 2%;
    width: 47%;
}

.offer-list li {
    font-size: 20px;
    padding-bottom: 5px;
    line-height: 1.5;
}

.heading-background {
    background-color: #225045;
    color: #ECEBE4;
    padding: 5px;
    border-radius: 5px;
}

/* TABLET VIEW */
@media (max-width: 1024px) {
    #start {
        margin-top: 2%;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
    }
}

/* PHONE VIEW */

@media (max-width: 560px) {
    .math-list {
        position: relative;
        left: 0%;
        width: 100%;
    }

    .phys-list {
        position: relative;
        left: 0%;
        width: 100%;
    }
}