.main-project {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
}

.main-project section {
    width: 50vw;
    min-width: 500px;
}

.main-project section:not(.project_video) {
    margin-bottom: 2rem;
}

.project_video {
    margin-bottom: 0.5rem;
}

@media screen and (width < 700px) {
    .main-project section {
        width: 100%;
        min-width: 0;
    }
}

.research_text {
    border-bottom: 1px solid black;
    padding-bottom: 2rem;
}

.project_description p:not(:last-of-type),
.research_text p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.main-project section h3 {
    font-family: "Geist";
    margin-bottom: 0.2rem;
    font-size: inherit;
}

.main-project section p strong {
    font-size: var(--font-size-menu);
}

.main-project section p strong,
.main-project section h3 {
    font-weight: inherit;
}

.project_images img,
.project_images picture,
.project_images figure img,
.research_images img,
.research_images picture,
.research_images figure img {
    width: 100%;
}

.project_images img:not(:last-of-type),
.project_images picture:not(:last-of-type),
.project_images figure:not(:has(figcaption)):not(:last-of-type),
.research_images img:not(:last-of-type),
.research_images picture:not(:last-of-type),
.research_images figure:not(:last-of-type) {
    margin-bottom: 0.5rem;
}

.project_images figure figcaption,
.research_images figure figcaption {
    font-size: var(--font-size-small);
    margin-block: 0.1rem 0.2rem;
    text-align: end;
}
/* .project_images figure figcaption::before {
    content: '↑';
} */

.related_projects_section {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    margin-top: 4rem;
    padding-top: 1rem;
    border-top: 1px solid var(--clr-text);
}

.research_projects ul {
    margin-top: 1rem;
}

.research_projects ul li {
    margin-bottom: 0.3rem;
}

.index_image {
    display: inline-block;
    margin-right: 1rem;
    width: 100px;
}

@media screen and (width < 700px) {
    .research_projects ul li img {
        display: block;
    }
}

.research_news ul,
.related_projects ul {
    margin-top: 1.2rem;
}

.research_news ul li:not(:last-of-type),
.related_projects ul li:not(:last-of-type) {
    margin-bottom: 1rem;
}

/* .project_tags,
.related_projects {
    background-color: yellow;
} */