.report-section {
        padding: 60px 0;
        background-color: #fff;
    }

    .report-item {
        text-align: center;
        margin-bottom: 60px;
    }

    .report-title {
        font-size: 28px;
        font-weight: 800;
        color: #000;
        margin-bottom: 10px;
    }

    .green-line {
        width: 40px;
        height: 4px;
        background-color: #00923f;
        margin: 0 auto 20px auto;
        border-radius: 2px;
    }

    .btn-lihat {
        background-color: #00923f;
        color: white;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .btn-lihat:hover {
        background-color: #007e35;
        color: #fff;
    }