.experience-section {
    border-left: 4px solid gray; /* Accent color for the left border */
    padding-left: 15px; /* Spacing between border and content */
    margin-bottom: 10px; /* Space between experience entries */
    background-color: #f9f9f9; /* Subtle background to differentiate sections */
    padding: 10px; /* Padding inside the section */
    border-radius: 5px; /* Slight rounding of corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
}

.position-title {
    font-size: 1.25rem; /* Larger font for job title */
    color: #333; /* Darker color for the title */
    margin-bottom: 5px; /* Space below the title */
}

.position-duration {
    font-size: 1rem; /* Regular font size for duration */
    color: #777; /* Lighter color for duration text */
    margin-bottom: -4px;
}