/*
.navbar-brand, .navbar-brand > img {
    width: 10rem;
    padding:10px 0;
}
*/
.header-section {background-color:#fff!important;}
footer.bg-dark {background-color:#2D3E2D!important;}
.bg-light {background-color:transparent!important;}
.contact-band {background-color:#fff;}
#dnn_ctr1582_ModuleContent, #dnn_ctr1564_ModuleContent, #dnn_ctr1565_ModuleContent {background-color:#fff;}

.h1, h1, h2, .h2, h3, h4, .h4, .h4 {
    color:#585858!important;
}

.navbar-nav .nav-link,
.navbar-nav-last-item a {
  
    font-weight: bold;
}

.navbar-nav .btn-white {
    background-color: #f5f6eb!important;
    border-color:#f5f6eb!important;
}

.btn {border-radius: 25px!important;}

/* ============ SECTIONS COMMON ============ */ 
.section-header { text-align: center; max-width: 900px; margin: 0 auto 2rem; } 
.section-tag { display: inline-block; background: var(--sage); color: white; padding: 0.4rem 1rem; border-radius: var(--radius-button); font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; } 
.section-header h2 { margin-bottom: 1rem; } 
.section-header p { color: var(--earth-brown); margin: 0 auto; }
 :root { --earth-deep: #2D3A2D; --earth-brown: #5D4E37; --moss-green: #4A5D4A; --sage: #8B9D77; --leaf: #6B8E5A; --cream: #F5F2E8; --warm-white: #FDFBF7; --terracotta: #C67B4E; --terracotta-light: #E8A87C; --gold: #D4A843; --sky-soft: #B8C9D4; --font-display: 'Fraunces', Georgia, serif; --font-body: 'DM Sans', system-ui, sans-serif; --shadow-soft: 0 4px 20px rgba(45, 58, 45, 0.08); --shadow-medium: 0 8px 40px rgba(45, 58, 45, 0.12); --shadow-strong: 0 16px 60px rgba(45, 58, 45, 0.15); --radius-soft: 24px; --radius-card: 20px; --radius-button: 100px; } * { margin: 0; padding: 0; box-sizing: border-box; } 
 html { scroll-behavior: smooth; } 
 body { background: var(--warm-white); color: var(--earth-deep); line-height: 1.7; overflow-x: hidden; } 
 h1, h2, h3, h4 {font-weight: 400; line-height: 1.2; } 
/*h1 { font-size: clamp(2.5rem, 7vw, 5rem); } 
 h2 { font-size: clamp(2rem, 5vw, 3.5rem); } 
 h3 { font-size: clamp(1.4rem, 3vw, 1.8rem); } */
 p { font-size: 1.1rem;} 
 .container { max-width: 1400px; margin: 0 auto; padding: 0 clamp(1.5rem, 5vw, 4rem); } 
 section { padding: clamp(2rem, 10vw, 4rem) 0; }  


/* ============ FAQ ============ */ 
 .faq { padding: clamp(2rem, 10vw, 8rem) 0; } 
 .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; } 
 .faq-column { display: flex; flex-direction: column; gap: 1rem; } 
 .faq-item { background: white; border-radius: var(--radius-card); box-shadow: var(--shadow-soft); overflow: hidden; transition: all 0.3s ease; } 
 .faq-item:hover { box-shadow: var(--shadow-medium); } 
 .faq-item[open] { box-shadow: var(--shadow-medium); } 
 .faq-item summary { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; cursor: pointer; list-style: none; font-weight: 500; color: var(--earth-deep); transition: background 0.3s ease; } 
 .faq-item summary::-webkit-details-marker { display: none; } 
 .faq-item summary:hover { background: var(--cream); } 
 .faq-icon { font-size: 1.5rem; flex-shrink: 0; } 
 .faq-question { flex: 1; font-size: 1rem; line-height: 1.4; } 
 .faq-toggle { width: 28px; height: 28px; background: var(--sage); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; font-weight: 300; flex-shrink: 0; transition: all 0.3s ease; } 
 .faq-item[open] .faq-toggle { background: var(--terracotta); transform: rotate(45deg); } 
 .faq-answer { padding: 0 1.5rem 1.5rem 4rem; animation: fadeIn 0.3s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } 
 .faq-answer p { color: var(--earth-brown); font-size: 0.95rem; line-height: 1.7; } 
 .faq-answer a { color: var(--terracotta); font-weight: 500; } 
 .faq-cta { text-align: center; padding: 2rem; background: white; border-radius: var(--radius-card); box-shadow: var(--shadow-soft); display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; } 
 .faq-cta p { font-size: 1.1rem; color: var(--earth-deep); font-weight: 500; margin: 0; } 
 
 /* ============ RESPONSIVE ============ */
  @media (max-width: 1024px) { 
    .faq-grid { grid-template-columns: 1fr; } 
  } 


 /* Styles isolés avec préfixe traversine-act pour éviter les conflits */
        .traversine-act-container {
            background: linear-gradient(135deg, #f5f3ed 0%, #e8e5d8 100%);
            border-radius: 16px;
            padding: 32px;
            margin: 24px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        }

        .traversine-act-title {
            font-size: 28px;
            font-weight: 700;
            color: #2d3e2b;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .traversine-act-subtitle {
            font-size: 16px;
            color: #5a6b57;
            margin-bottom: 28px;
            line-height: 1.6;
        }

        .traversine-act-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-bottom: 32px;
        }

        .traversine-act-card {
            background:#ffffff;
            border-radius: 12px;
            padding: 24px;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .traversine-act-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            border-color: #8b9f87;
        }

        .traversine-act-card-icon {
            font-size: 36px;
            margin-bottom: 16px;
            display: block;
        }

        .traversine-act-card-title {
            font-size: 20px;
            font-weight: 600;
            color: #2d3e2b;
            margin-bottom: 8px;
        }

        .traversine-act-card-desc {
            font-size: 14px;
            color: #6b7768;
            line-height: 1.5;
            margin-bottom: 16px;
        }

        .traversine-act-card-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #6b8664;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: gap 0.2s ease;
        }

        .traversine-act-card-link:hover {
            gap: 10px;
            color: #556b4f;
        }

        .traversine-act-card-link::after {
            content: '→';
            font-size: 18px;
        }

        .traversine-act-highlight {
            background: linear-gradient(135deg, #8b9f87 0%, #6b8664 100%);
            color: white;
            padding: 28px;
            border-radius: 12px;
            text-align: center;
            margin-top: 24px;
        }

        .traversine-act-highlight-text {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
            line-height: 1.4;
        }

        .traversine-act-cta {
            display: inline-block;
            background: white;
            color: #2d3e2b;
            padding: 14px 32px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .traversine-act-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            background: #f5f3ed;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .traversine-act-container {
                padding: 24px 16px;
            }
            
            .traversine-act-title {
                font-size: 24px;
            }
            
            .traversine-act-grid {
                grid-template-columns: 1fr;
            }
        }


/* Styles isolés avec préfixe traversine-intro pour éviter les conflits */
        .traversine-intro-section {
            padding: clamp(3rem, 8vw, 4rem) 0;
            position: relative;
            overflow: hidden;
        }

        .traversine-intro-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 clamp(1.5rem, 5vw, 4rem);
        }

        .traversine-intro-tag {
            display: inline-block;
            background: var(--sage);
            color: white;
            padding: 0.5rem 1.2rem;
            border-radius: var(--radius-button);
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 1.5rem;
        }

        .traversine-intro-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(2rem, 5vw, 4rem);
            align-items: center;
            margin-bottom: 3rem;
        }

        .traversine-intro-content h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            color: var(--earth-deep);
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .traversine-intro-content .traversine-intro-highlight {
            color: var(--terracotta);
            font-style: italic;
        }

        .traversine-intro-content p {
            font-size: 1.1rem;
            color: var(--earth-brown);
            line-height: 1.7;
            margin-bottom: 1.2rem;
        }

        .traversine-intro-content p:last-of-type {
            margin-bottom: 2rem;
        }

        .traversine-intro-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--earth-deep);
            color: white;
            padding: 0.9rem 2rem;
            border-radius: var(--radius-button);
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: var(--shadow-soft);
        }

        .traversine-intro-cta:hover {
            background: var(--moss-green);
            transform: translateY(-2px);
            box-shadow: var(--shadow-medium);
            color: white;
        }

        .traversine-intro-cta::after {
            content: '→';
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .traversine-intro-cta:hover::after {
            transform: translateX(4px);
        }

        .traversine-intro-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .traversine-intro-circle {
            width: 100%;
            max-width: 500px;
            aspect-ratio: 1;
            background: linear-gradient(135deg, var(--sage) 0%, var(--leaf) 100%);
            border-radius: 50%;
            position: relative;
            box-shadow: var(--shadow-medium);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .traversine-intro-circle-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            animation: subtle-zoom 8s ease-in-out infinite;
        }

        @keyframes subtle-zoom {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .traversine-intro-stats {
            position: absolute;
            background: white;
            padding: 1rem 1.5rem;
            border-radius: 16px;
            box-shadow: var(--shadow-soft);
            display: flex;
            align-items: center;
            gap: 1rem;
            transition: transform 0.3s ease;
        }

        .traversine-intro-stats:hover {
            transform: translateY(-4px) !important;
            box-shadow: var(--shadow-medium);
        }

        .traversine-intro-stats-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, var(--sage) 0%, var(--leaf) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }

        .traversine-intro-stats-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--earth-deep);
            margin: 0;
            line-height: 1;
        }

        .traversine-intro-stats-content p {
            font-size: 0.85rem;
            color: var(--earth-brown);
            margin: 0.25rem 0 0 0;
            line-height: 1.2;
        }

        .traversine-intro-stats-1 {
            top: 10%;
            right: -5%;
        }

        .traversine-intro-stats-2 {
            bottom: 15%;
            left: -8%;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .traversine-intro-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .traversine-intro-visual {
                order: -1;
            }

            .traversine-intro-stats-1 {
                top: 5%;
                right: 5%;
            }

            .traversine-intro-stats-2 {
                bottom: 5%;
                left: 5%;
            }
        }

        @media (max-width: 768px) {
            .traversine-intro-stats {
                padding: 0.75rem 1rem;
            }

            .traversine-intro-stats-content h3 {
                font-size: 1.2rem;
            }

            .traversine-intro-stats-icon {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }
        }


       /* Styles isolés avec préfixe traversine-stats-banner pour éviter les conflits */
        .traversine-stats-banner {
            background: #2D3E2D;
            padding: clamp(3.5rem, 7vw, 5rem) 0;
            position: relative;
        }

        .traversine-stats-banner-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 clamp(1.5rem, 5vw, 4rem);
        }

        .traversine-stats-banner-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: clamp(3rem, 6vw, 6rem);
            text-align: center;
        }

        .traversine-stats-banner-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .traversine-stats-banner-number {
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: 300;
            color: #E8A87C;
            line-height: 0.9;
            margin-bottom: 1rem;
            font-family: Georgia, 'Times New Roman', serif;
            letter-spacing: -0.02em;
        }

        .traversine-stats-banner-label {
            font-size: clamp(0.95rem, 2vw, 1.15rem);
            color: white;
            font-weight: 400;
            line-height: 1.3;
            letter-spacing: 0.01em;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .traversine-stats-banner-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 3rem 2rem;
            }
        }

        @media (max-width: 640px) {
            .traversine-stats-banner-grid {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .traversine-stats-banner {
                padding: clamp(2rem, 4vw, 3rem) 0;
            }
        }


       /* Styles isolés avec préfixe traversine-local pour éviter les conflits */
        .traversine-local-section {
            background: var(--warm-white);
            padding: clamp(3rem, 8vw, 6rem) 0;
        }

        .traversine-local-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 clamp(1.5rem, 5vw, 4rem);
        }

        .traversine-local-grid {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: clamp(3rem, 6vw, 5rem);
            align-items: center;
        }

        .traversine-local-content {
            /* Contenu texte */
        }

        .traversine-local-tag {
            display: inline-block;
            background: var(--sage);
            color: white;
            padding: 0.5rem 1.2rem;
            border-radius: 100px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 1.5rem;
        }

        .traversine-local-content h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--earth-deep);
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .traversine-local-content p {
            font-size: 1.1rem;
            color: var(--earth-brown);
            line-height: 1.7;
            margin-bottom: 2rem;
        }

        .traversine-local-contact {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
            margin-bottom: 2rem;
        }

        .traversine-local-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: white;
            padding: 1rem 1.25rem;
            border-radius: 12px;
            box-shadow: var(--shadow-soft);
        }

        .traversine-local-contact-icon {
            width: 40px;
            height: 40px;
            background: var(--cream);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
            flex-shrink: 0;
        }

        .traversine-local-contact-content h4 {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--earth-deep);
            margin: 0 0 0.25rem 0;
        }

        .traversine-local-contact-content p {
            font-size: 0.95rem;
            color: var(--earth-brown);
            margin: 0;
            line-height: 1.4;
        }

        .traversine-local-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--earth-deep);
            color: white;
            padding: 0.9rem 2rem;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: var(--shadow-soft);
        }

        .traversine-local-cta:hover {
            background: var(--sage);
            transform: translateY(-2px);
            color: white;
        }

        .traversine-local-cta::after {
            content: '→';
            font-size: 1.2rem;
        }

        /* Section carte */
        .traversine-local-map-wrapper {
            position: relative;
        }

        .traversine-local-map {
            background: var(--sage);
            border-radius: var(--radius-card);
            overflow: hidden;
            position: relative;
            height: 500px;
            box-shadow: var(--shadow-soft);
        }

        .traversine-local-map iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .traversine-local-map-overlay {
            position: absolute;
            bottom: 1.5rem;
            right: 1.5rem;
            background: white;
            padding: 1.25rem 1.5rem;
            border-radius: 16px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
            max-width: 280px;
        }

        .traversine-local-map-overlay h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--earth-deep);
            margin: 0 0 0.5rem 0;
        }

        .traversine-local-map-overlay p {
            font-size: 0.95rem;
            color: var(--earth-brown);
            margin: 0;
            line-height: 1.4;
        }

        .traversine-local-map-overlay p:last-child {
            margin-top: 0.5rem;
            font-size: 0.85rem;
            color: var(--sage);
            font-weight: 500;
        }

        /* Grille des villes */
        .traversine-local-cities {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1rem;
            margin-top: 3rem;
        }

        .traversine-local-city-card {
            background: white;
            padding: 1.25rem 1.5rem;
            border-radius: 12px;
            text-align: center;
            box-shadow: var(--shadow-soft);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .traversine-local-city-card:hover {
            transform: translateY(-2px);
            border-color: var(--sage);
        }

        .traversine-local-city-card h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--earth-deep);
            margin: 0 0 0.5rem 0;
        }

        .traversine-local-city-card p {
            font-size: 0.9rem;
            color: var(--earth-brown);
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.35rem;
        }

        .traversine-local-city-icon {
            font-size: 1rem;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .traversine-local-grid {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .traversine-local-cities {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .traversine-local-cities {
                grid-template-columns: 1fr;
            }

            .traversine-local-map {
                height: 400px;
            }

            .traversine-local-map-overlay {
                bottom: 1rem;
                right: 1rem;
                left: 1rem;
                max-width: none;
            }
        }

       /* Styles isolés avec préfixe traversine-engage pour éviter les conflits */
        .traversine-engage-section {
            background: linear-gradient(135deg, #6B8664 0%, #5A7255 100%);
            padding: clamp(4rem, 10vw, 7rem) 0;
            position: relative;
            overflow: hidden;
        }

        .traversine-engage-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 clamp(1.5rem, 5vw, 4rem);
            text-align: center;
        }

        .traversine-engage-tag {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 0.5rem 1.2rem;
            border-radius: 100px;
            font-size: 0.85rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 1.5rem;
            backdrop-filter: blur(10px);
        }

        .traversine-engage-title {
            color: white!important;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .traversine-engage-subtitle {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            color: #fff!important;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto 3.5rem;
        }

        .traversine-engage-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .traversine-engage-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 2.5rem 2rem;
            transition: all 0.3s ease;
        }

        .traversine-engage-card:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
        }

        .traversine-engage-card-icon {
            width: 80px;
            height: 80px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            margin: 0 auto 1.5rem;
        }

        .traversine-engage-card-title {
            font-size: 1.4rem;
            color: white!important;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .traversine-engage-card-description {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .traversine-engage-card-cta {
            display: inline-block;
            background: white;
            color: var(--earth-deep);
            padding: 0.75rem 1.75rem;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .traversine-engage-card-cta:hover {
            background: var(--terracotta);
            color: white;
            transform: scale(1.05);
        }

        /* Carte centrale avec accent terracotta */
        .traversine-engage-card.highlight .traversine-engage-card-cta {
            background: var(--terracotta);
            color: white;
        }

        .traversine-engage-card.highlight .traversine-engage-card-cta:hover {
            background: #B56A3E;
        }

        /* Footer de la section */
        .traversine-engage-footer {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .traversine-engage-footer p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            margin-bottom: 1rem;
        }

        .traversine-engage-footer a {
            color: white;
            text-decoration: underline;
            font-weight: 500;
        }

        .traversine-engage-footer a:hover {
            color: var(--terracotta);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .traversine-engage-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }

        @media (max-width: 640px) {
            .traversine-engage-card {
                padding: 2rem 1.5rem;
            }

            .traversine-engage-card-icon {
                width: 70px;
                height: 70px;
                font-size: 2rem;
            }
        }








