/* style/cookies-policy.css */

/* Base styles for the page */
.page-cookies-policy {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text on light background */
    background-color: #ffffff; /* Default background */
}

/* Hero Section */
.page-cookies-policy__hero-section {
    position: relative;
    background-color: #017439; /* Main brand color */
    color: #ffffff; /* White text for contrast */
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.page-cookies-policy__hero-content {
    max-width: 900px;
    margin-bottom: 40px;
    z-index: 1;
}

.page-cookies-policy__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}