/* ===================== */
/* ===== Base CSS ====== */
/* ===================== */

/* Global Box Sizing */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Reset some default styles for consistency */
.custom-desktop-timeline,
.custom-mobile-timeline {
    box-sizing: border-box;
}

.custom-desktop-timeline h3,
.custom-mobile-timeline h3 {
    margin-top: 0;
}

.custom-desktop-timeline p,
.custom-mobile-timeline p {
    margin-bottom: 0;
}

/* Additional global styles can be added here */