/* Page Header Section */
.page-header-section {
    padding: 60px 0 40px 0;
    background-color: #f8f9fa;
    margin-top: 150px;
}

.page-main-title {
    font-size: 50px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 15px;
}

.page-subtitle {
    font-size: 18px;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header-section {
        padding: 40px 0 30px 0;
        margin-top: 100px;
    }

    .page-main-title {
        font-size: 36px;
    }

    .page-subtitle {
        font-size: 16px;
    }
}