.graduation-thesis-abstract-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    width: 100vw;
    padding: 5rem 0;
}

.graduation-thesis-abstract-section-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2rem;
    width: 100%;
    margin: auto;
}

.graduation-thesis-abstract-section-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin: auto;
}

.graduation-thesis-abstract-section-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333333;
    margin-top: 1rem;
}

.graduation-thesis-abstract-section-abstract-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-top: 1rem;
}

.graduation-thesis-abstract-section-abstract {
    font-size: 1.25rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.graduation-thesis-abstract-section-abstract-authors {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 0.5rem;
}

.graduation-thesis-abstract-section-abstract-author {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.graduation-thesis-abstract-section-abstract-author-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
}

.graduation-thesis-abstract-section-abstract-author-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0.75rem;
}

.graduation-thesis-abstract-section-abstract-author-email {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
}

.graduation-thesis-abstract-section-abstract-author-email a {
    color: #333333;
}