/* Custom Padding Classes (dengan !important) */

.p-custome-1 {
    padding: 1rem !important; /* Sekitar 16px */
}

.p-custome-2 {
    padding: 1.5rem !important; /* Sekitar 24px */
}

.p-custome-3 {
    padding: 2rem !important; /* Sekitar 32px */
}

.p-custome-4 {
    padding: 2.5rem !important; /* Sekitar 40px */
}

.p-custome-5 {
    padding: 3rem !important; /* Sekitar 48px */
}

.p-custome-6 {
    padding: 4rem !important; /* Sekitar 64px */
}
