.page-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 3rem;
}

.page-content > h1,
.page-content > h2 {
    margin-top: 0;
}

.page-content p {
    line-height: 1.6;
}

.section {
    margin-top: 4rem;
}

.section h2 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.content ul {
    list-style: none;
    padding: 0;
}

.page-header {
    margin-bottom: 2.5rem;
}

.page-header h1 {
    margin-bottom: 0.5rem;
}

.page-header p {
    color: #555;
}