.desc.content {
    margin-left: 17%;
    width: 64%;
}

.content h4 {
    margin-bottom: 1vh;
}

.page_nav {
    width: 19vw;
    position: absolute;
    top: 93vh;
    left: 6.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    z-index: 0;
}

.sub {
    margin-left: 30px;
    font-weight: 400;
}

.head {
    margin-bottom: 10px;
    transition: ease-in 0.15s;
}

.page_nav div {
    width: fit-content;
    color: #a7a7a7;
    font-family: 'Raleway';
    font-size: 3.2vh;
    margin-bottom: 2vh;
    font-weight: 400;
}

.page_nav div:hover {
    color: #FFb320;
    font-weight: 600;
    cursor: pointer;
    transition: ease-in 0.05s;
}

.page_nav.sticky {
    position: fixed;
    top: 20vh;
}

.page_nav.sticky.hidden {
    display: none;
}

.head.active {
    color: #ffb320;
    transition: ease-in 0.15s;
    font-weight: 600;
}

.table_shift {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.head_shift {
    display: flex;
    border: solid 1px #EBF1FF;
    width: fit-content;
    flex-direction: column;
}

.content_image div {
    z-index: 2;
}

.content_image p {
    font-size: smaller;
    color: #7c7c7c;
    margin-bottom: 0%;
    padding-bottom: 0%;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.head_shift div {
    background-color: #EBF1FF;
    font-family: 'Raleway';
}

.head_shift h4 {
    padding: 0;
    font-size: 2vh;
    margin-bottom: 0%;
    margin-top: 0%;
    font-family: 'Montserrat';

}

.table_cont_1, .table_cont_2 {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.table_cont_2 {
    border-top: #EBF1FF solid 1px;
}

.table_cont_1 li, .table_cont_2 li {
    color: #1c2334;
}

.tableh_1,.tableh_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    align-items: center;
    border-right: solid #EBF1FF 1px;
}

.table_1 {
    padding-right: 10px;
    width: 40vw;
}

.table_2 {
    padding-right: 10px;
    width: 40vw;
}

.content_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.content_image img{
    height: auto;
    width: 50vw;
    align-self: center;
}

@media screen and (max-width:1500px) {
    .page_nav {
        width: 15vw;
        top: 93vh;
        left: 4.6vw;
    }

    .page_nav div {
        font-size: 3.0vh;
    }
}

@media screen and (max-width:1200px) {
    .page_nav {
        display: none;
    }

    .desc.content {
        margin: 0%;
        margin-bottom: 7%;
        width: 80%;
    }

    .table_1, .table_2 {
        width: 60vw;
    }
}

@media screen and (max-width: 1000px) {

    .content {
        font-size: 1em;
    }

    .content h2 {
        font-size: 3.6vh;
    }

    .table_shift {
        width: 75%;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }

    .content_image img {
        width: 80vw;
    }
}

@media screen and (max-width: 800px) {

    .table_shift {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .tableh_1, .tableh_2 {
        width: 50px;
    }
}

@media screen and (max-width: 600px) {

    .content {
        font-size: 0.8em;
    }

    .content h2 {
        font-size: 3vh;
    }
    .content_image img {
        width: 85vw;
    }
    .table_1, .table_2 {
        width: 65vw;
    }
}