   /* Use the Inter font family */
        body {
            font-family: 'Inter', sans-serif;
        }
        /* Custom styles for the slider */
        .slider-container {
            position: relative;
        }
        .slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slider-item {
            flex: 0 0 100%; /* Mobile first: 1 slide */
        }
        @media (min-width: 768px) {
            .slider-item {
                flex: 0 0 50%; /* Tablet: 2 slides */
            }
        }
        @media (min-width: 1024px) {
            .slider-item {
                flex: 0 0 33%; /* Desktop: 4 slides */
            }
        }

h2.candc {
text-align: left; 
line-height: 1.2; 
font-size: 26px !important;
color: #04a64a;
font-weight: 600;
text-align: center;

}
h2.candcop {
line-height: 1.2; 
font-size: 26px !important;
color: #04a64a;
font-weight: 600;
}
h1 {
    font-size: 40px !important;
}
obac-h2 {
    font-weight: 500;
    line-height: 1.1;
    font-size: 24px;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}        