img { 
    width: 100%;
}

h2 {
    font-size: 110%;
}

h3 {
    font-size: 100%;
}

h2 {
    margin: 0;
    margin-bottom: 2%;
}

h5 {
    font-size: 1.1vw;
}

li {
    font-size: 1.2vw;
}

p {
    font-size: 1.1vw;
}

#higher-education-body {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-top: 2%;
    margin-left: 2.5%;
}

#higher-education-top {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 2%;
}

#higher-education-top h4 {
    font-size: 1.4vw;   
}

.higher-education-column h2 {
    font-size: 120%;
}

.higher-education-column h4 {
    margin: 0;
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: solid 4px rgb(230, 237, 96);
}

#higher-education-culture h4 {
    margin: 0;
    margin-bottom: 2%;
    padding-bottom: 0.5%;
    border-bottom: solid 4px rgb(230, 237, 96);
}

#higher-education-faq h4 {
    margin: 0;
    margin-bottom: 5%;
    padding-bottom: 1%;
    border-bottom: solid 4px rgb(230, 237, 96);
}

#higher-education-faq-mobile {
    display: none;
}

.higher-education-column {
    width: 21%;
}

.higher-education-column p {
    margin-bottom: 10%;
}

.higher-education-column h2 {
    margin-bottom: 3%;
    font-size: 1.6vw;
}

#higher-education-culture {
    width: 38%;
}

#higher-education-faq {
    width: 15%;
}

#higher-education-faq h2 {
    font-size: 150%;
}

.higher-education-body-articles-sub-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 7%;
}

.higher-education-body-articles-main h2 {
    font-size:2vw;
}

.higher-education-body-articles-main ul {
    padding-left: 4%;
    margin: 0;
    margin-top: 2%;
}

.higher-education-body-articles-main li {
    padding-bottom: 2%;
}

.higher-education-body-articles-sub {
    width: 45%;
}

.higher-education-body-articles-list-container {
    display: flex;
    flex-direction: column;
}

.higher-education-body-articles-list h2 {
    font-size: 1.6vw;
}

.higher-education-body-articles-list {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
    margin-bottom: 2%;
}

.higher-education-body-articles-list img {
    width: 25%;
    min-width: 25%;
    margin-right: 5%;
}

@media only screen and (max-width: 767px) {
    #higher-education-top {
        display: flex;
        flex-direction: column-reverse;
    }
    .higher-education-column{
        width: 100%;
        margin-top: 4%;
    }

    .higher-education-column-container {
        display: flex;
        flex-direction: row;
        column-gap: 5%;
    }

    #higher-education-top .higher-education-column h4 {
        font-size: 4.5vw;
    }

    #higher-education-top .higher-education-column h2 {
        font-size: 5.5vw;
        width: 47.5%;
    }

    #higher-education-top .higher-education-column p {
        font-size: 4vw;
    }

    #higher-education-top .higher-education-column img {
        width: 47.5%;
        object-fit: contain;
    }

    .higher-education-column img {
        width: 45%;
    }
    
    #higher-education-culture {
        width: 100%;
    }

    #higher-education-culture h4 {
        font-size: 4.5vw;
    }

    #higher-education-culture li {
        font-size: 4vw;
    }

    .higher-education-body-articles-main h2 {
        font-size: 6vw;
    }

    #higher-education-culture .higher-education-body-articles-list h2 {
        font-size: 5.5vw;
        width: 50%;
    }

    #higher-education-culture .higher-education-body-articles-list img {
        font-size: 5.5vw;
        width: 45%;
        margin-right: 5%;
        object-fit: contain;
    }

    #higher-education-culture p {
        font-size: 4vw;
    }

    #higher-education-faq {
        display: none;
    }

    #higher-education-faq-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    #higher-education-faq-mobile h4 {
        margin: 0;
        margin-bottom: 5%;
        padding-bottom: 1%;
        border-bottom: solid 4px rgb(230, 237, 96);
        width: 100%;
        font-size: 4.5vw;
    }

    #higher-education-faq-mobile h5 {
        width: 45%;
        font-size: 3.5vw;
    }
    .higher-education-column p {
        margin-top: 2%;
    }
    
}