.page-title {
    text-align: center;
     background: linear-gradient(to right, #3b2f2f, #013220);
    color: #ffffff; /* teks putih */
    padding: 60px 20px;
    margin-bottom: 40px;
    width: 100vw; /* penuh horizontal */
    margin-left: calc(50% - 50vw); /* agar melebar dari kiri ke kanan penuh */
}

.page-title h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.page-title p {
    font-size: 1.1rem;
    margin-top: 10px;
    color: #f5f5f5;
}

/* Konten Utama */
.pengabdian-section {
    background-color: #ffffff;
    padding: 40px 15px;
    color: black;
}

.section-block {
    margin-bottom: 60px;
}

.section-block img {
    width: 100%;
    border-radius: 12px;
}

.section-block h2 {
    font-size: 1.5rem;
    color: #004080;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-block p {
    font-size: 1rem;
    text-align: justify;
}

/* Daftar Nilai Tambah */
.nilai-section h2 {
    color: #004080;
    margin-bottom: 20px;
    font-weight: 700;
}

.nilai-section ul {
    list-style-type: disc;
    margin-left: 25px;
    line-height: 1.8;
}

.conclusion {
    margin-top: 50px;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
}

.conclusion h2 {
    color: #004080;
    margin-bottom: 20px;
}

.conclusion p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Responsif */
@media (max-width: 768px) {
    .section-block {
        flex-direction: column !important;
        text-align: center;
    }

    .section-block img {
        margin-bottom: 20px;
    }

    .section-block h2 {
        font-size: 1.3rem;
    }

    .section-block p {
        font-size: 0.95rem;
    }

    .page-title h1 {
        font-size: 1.6rem;
    }
}
