li {
    font-size: 1.2vw;
}

p {
    font-size: 1.1vw;
}

h4 {
    font-size: 1.4vw;
}

h5 {
    font-size: 1.1vw;
}

#study-body {
    width: 100%;
    margin-top: 2%;
}

#study-body-top {
    display: flex;
    flex-direction: row;
    width: 95%;
    margin-left: 2.5%;
}

#study-body-top-left-main {
    border-bottom: solid 2px rgb(230, 237, 96);
    padding-bottom: 2%;
    margin-bottom: 2%;
}

#study-body-top-right-main {
    border-bottom: solid 2px rgb(230, 237, 96);
    padding-bottom: 2%;
    margin-bottom: 2%;
}

.study-body-top-main {
    width: 34%;
    margin-right: 2%;
}

.study-body-top-main h2 {
    margin-top: 0%;
    font-size: 2vw;
}

.study-body-top-main ul {
    padding: 0;
    padding-left: 4%;
    margin-bottom: 0;
}

.study-body-top-main li {
    margin-bottom: 5%;
}

.study-body-top-main img {
    width: 100%;
}

.study-body-top-sub {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4%;
}

.study-body-top-sub-container {
    width: 48%;
    margin-bottom: 5%;
}

.study-body-top-sub-container h2 {
    font-size: 1.5vw;
    margin-bottom: 2%;
}

#study-body-bottom {
    width: 100%;
}

#study-body-bottom-articles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    column-gap: 5%;
    margin-left: 5%;
}

.study-body-bottom-articles-container {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-bottom: 5%;
}

.study-body-bottom-articles-container-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 2%;
    align-items: start;
}

.study-body-bottom-articles-container-card h3 {
    margin-top: 0%;
}

.study-body-bottom-articles-container-card img {
    width: 40%;
    margin-right: 3%;
}

#study-body-resources {
    margin-right: 1%;
    width: 17%;
}

.study-body-top-sides h2 {
    margin: 0;
}

.study-body-top-main h4 {
    margin: 0;
    margin-bottom: 3%;
    padding-bottom: 1%;
    border-bottom: solid 4px rgb(230, 237, 96);
}

.study-body-top-sides h4 {
    margin: 0;
    margin-bottom: 3%;
    padding-bottom: 2%;
    border-bottom: solid 4px rgb(230, 237, 96);
}

#study-body-tags {
    width: 15%;
}


@media only screen and (max-width: 767px) {
    #study-body-top {
        flex-direction: column;
    }

    .study-body-top-main, .study-body-top-sides, #study-body-resources {
        width: 100%;
    }

    .study-body-top-main h2 {
        font-size: 7vw;
    }

    .study-body-top-main h4, .study-body-top-sides h4 {
        font-size: 5vw;
    }

    #study-body-tags {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    #study-body-tags h5 {
        margin-left: 5%;
        width: 45%;
    }

    #study-body-tags h4 {
        width: 100%;
    }

    .study-body-top-sides h5 {
        font-size: 3vw;
    }

    .study-body-top-main li {
        font-size: 4vw;
    }

    .study-body-top-sub h2 {
        font-size: 5vw;
    }

    .study-body-top-sub p {
        font-size: 3.5vw;
    }

    .study-body-top-sub-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .study-body-top-sub-container img {
        width: 45%;
        margin-left: 4%;
    }

    .study-body-top-sub-container h2 {
        width: 50%;
    }

    .study-body-top-sub-container p {
        margin-top: 2%;
    }
}