.about-page {
    position: relative;
    overflow: hidden;
}

.about-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,100 M100,0 L0,100" stroke="%2310B981" stroke-width="0.5" stroke-dasharray="5,5" /></svg>');
    opacity: 0.05;
    z-index: -1;
}

.prose {
    max-width: 65ch;
    line-height: 1.75;
}

.prose h2, 
.prose h3, 
.prose h4 {
    color: #1f2937;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
}

.prose p {
    margin-bottom: 1.5em;
    color: #4b5563;
}

.prose ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5em;
}

.prose li {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 1.75em;
}

.prose li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 0.5em;
    height: 0.5em;
    background-color: #10B981;
    border-radius: 50%;
}
