.page-promotions {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light body background */
    line-height: 1.6;
    background-color: #f8f8f8; /* A light grey to give some depth */
}

.page-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

/* Hero Section */
.page-promotions__hero-section {
    position: relative;
    padding-top: 10px; /* Specific top padding as body handles header offset */
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #26A9E0; /* Brand color as hero background */
}

.page-promotions__hero-image-wrapper {
    width: 100%;
    height: 600px; /* Fixed height for desktop hero */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}