
.about-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-subtitle {
    font-size: 1.25rem;
    color: #a0a0a0;
    margin-bottom: 3rem;
}

.timeline {
    position: relative;
    margin: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #7891b959;
}

.timeline-item {
    position: relative;
    margin-bottom: 4rem;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: calc(50% + 2rem);
    text-align: left;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-right: calc(50% + 2rem);
    text-align: right;
}

.timeline-content {
    position: relative;
}

.timeline-content-pre {
    padding: 1.5rem;
    background-color: #b9b9b905;;
    border-radius: 2rem;
    clip-path: var(--clip-path-squircle-36);
	box-shadow: inset 0px 0px 1px 2px #28282842;
}

.timeline-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.profile-card {
    margin-top: 2rem;
}

.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    object-fit: cover;
    border: 4px solid #3b82f6;
}

.profile-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.profile-title {
    font-size: 1rem;
    color: #a0a0a0;
    margin-bottom: 1rem;
}

.profile-bio {
    font-size: 0.875rem;
    line-height: 1.5;
}
