* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#section2 .top {
    display: flex;
    justify-content: space-around;

}

#section2 .top h1 {
    font-size: 56px;
    font-family: "Roboto Slab", serif;
}

#section2 .top .up,
.alt {
    font-size: 25px;
    padding-top: 35px;
    font-weight: 500;
    line-height: 1.5;
}

#section2 .top .top-left {
    width: 680px;
}

#section2 .top .right img {
    padding-top: 130px;
    width: 305px;
}

#section2 .bottom {
    padding: 80px 150px 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#section2 .bottom .right {
    display: flex;
    justify-content: space-between;
    width: 700px;
}

#section2 .bottom .right p {
    width: 138px;
    font-size: 18px;
}

#section2 .right h4 {
    font-size: 25px;
    font-weight: 700;
}

@media screen and (min-width: 601px) and (max-width: 991px) {
    #section2 {}

    #section2 .top h1 {
        font-size: 35px;
    }

    #section2 .top .up,
    .alt {
        font-size: 15px;
        padding-top: 20px;
        font-weight: 500;
        line-height: 1.4;
    }

    #section2 .top .top-left {
        width: 400px;
    }

    #section2 .top .right img {
        width: 181px;
        padding-top: 130px;
    }

    #section2 .top .right {
        display: flex;
        align-items: center;
    }

    #section2 .bottom {
        padding: 80px 100px 50px 0;
    }

    #section2 .bottom .right {
        width: 400px;
    }

    #section2 .bottom .right p {
        width: 100px;
        font-size: 12px;
    }

    #section2 .right h4 {
        font-size: 15px;
        font-weight: 700;
    }

    #section2 .left img {
        width: 134px;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    #section2 {}

    #section2 .top h1 {
        font-size: 25px;
    }

    #section2 .top .up,
    .alt {
        font-size: 12px;
        padding-top: 15px;
        font-weight: 500;
        line-height: 1.3;
    }

    #section2 .top .top-left {
        width: 310px;
    }
   
    #section2 .top .right img {
        width: 165px;
        padding-top: 15px;
    }

    #section2 .top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #section2 .bottom {
        display: flex;
        justify-content: center;
        padding: 20px 0px ;
    }

    #section2 .bottom .right {
        display: flex;
        flex-wrap: wrap;
        width: 240px;
    }

    #section2 .bottom .right p {
        width: 100px;
        font-size: 10px;
    }
    #section2 .bottom .right .week, .time, .course{
        width: 120px;
        padding-bottom: 10px;
    }

    #section2 .right h4 {
        font-size: 12px;
        font-weight: 700;
    }

    #section2 .left img {
        display: none;
    }
}