#research {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1920px;
    padding: 1rem;
    width: 100%;
}

.references {
    margin-top: 2.5rem;
}

.research-field {
    margin-bottom: 3rem;
}

.research-field a {
    color: var(--contrast-color-1);
}

.content-wrapper {
    align-items: center;
    column-gap: 20px;
    display: flex;
    grid-template-rows: px 1px;
    justify-content: space-evenly;
    max-width: 100vw;
}

.research-field p {
    display: inline-block;
    margin-left: 0;
    text-align: justify;
    width: 50%;
}

.research-field img {
    height: auto;
    margin: auto;
    max-height: 400px;
    max-width: 50%;
}

.references li {
    font-size: small;
}

@media only screen and (max-width: 900px) {
    .content-wrapper {
        flex-direction: column;
    }

    .research-field p,
    .research-field img {
        width: 100%;
        max-width: 100%;
    }

    #research {
        padding: 0;
    }

    #table-contents a {
        padding-left: 0;
        width: 100%;
    }

    .references {
        padding-inline-start: 1rem;
    }
}
