/* Start custom CSS for whitehall_department_details, class: .elementor-element-39600db *//* Custom CSS for Larger Bullet Points with Red Color */
.department-details-content .text ul {
    list-style: none !important; /* Remove default list style */
    margin-left: 20px !important; /* Adjust as needed */
    padding-left: 20px !important;
    position: relative;
}

.department-details-content .text ul li {
    margin-bottom: 10px !important; /* Space between list items */
    font-size: 16px !important; /* Adjust font size if necessary */
    line-height: 1.5 !important; /* Adjust line height for readability */
    position: relative; /* Needed for pseudo-element positioning */
    padding-left: 30px; /* Space for custom bullet */
}

.department-details-content .text ul li:before {
    content: "•"; /* Bullet symbol */
    color: #e41e2f !important; /* Set bullet color to red */
    position: absolute;
    left: 0; /* Adjust to position bullet correctly */
    font-size: 30px !important; /* Adjust bullet size */
    line-height: 1; /* Ensure alignment with text */
    vertical-align: middle; /* Align bullet with text middle */
}
.no-js .owl-carousel {
  display: block;
  display: none;
}/* End custom CSS */