
.testimonials {
        padding: 50px 0;
        background-color: #f9f9f9;
    }

    .slider {
        display: flex;
        overflow: hidden;
        position: relative;
    }

    .slide {
        min-width: 100%;
        transition: transform 0.5s ease;
    }

    /* Add additional styles for slide transitions and text formatting as needed */






 .cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: #333;
            color: #fff;
            padding: 20px;
            text-align: center;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
        }
        .cookie-banner button {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px 20px;
            margin-top: 10px;
            cursor: pointer;
        }
        .cookie-banner button:hover {
            background-color: #45a049;
* {
    background-size: cover;
    background-position: center center;
}
body {
	margin: 0px;
}
