.page-container {
    margin: 2rem auto;
}

.page-header {
    text-align: center;
    margin-bottom: 80px;
    padding-bottom: 2rem;
    border-bottom: 2px solid #c1a4fa57;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #050505;
}

.page-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
}

.page-content h2 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    font-weight: 500;
    color: #050505;
}

.page-content h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    color: #050505;
}

.page-content p {
    margin-bottom: 1.5rem;
}

.page-content ul,
.page-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

.page-content a {
    color: #a731eb;
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

.container {
    margin: 30px auto 100px;
}

@media (max-width: 1024px) {
    .container {
        margin: 30px 0;
    }

    .page-content {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }

    .page-content {
        font-size: 1rem;
    }

    .container {
        margin: 30px auto;
    }
}
