/* =========================================================
   VILLAGERS SKI CLUB
   2027 TRIPS PAGE
   FULL-WIDTH FEATURE DESIGN
   ========================================================= */


/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    color: #10213d;
    background: #ffffff;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 1.5;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

.container {
    width: 92%;
    max-width: 1220px;

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   HEADER
   ========================================================= */
   
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(4, 19, 45, 0.90);
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
}

.nav-links {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.nav-links a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.nav-links a:hover,
.nav-links a.active {
    color: #69b4ff;
}

.join-btn {
    background: #0878ee !important;
    color: #ffffff !important;
    padding: 12px 22px;
    border-radius: 25px;
}

.join-btn:hover {
    background: #0568d5 !important;
}

.menu {
  display: none;
  color: #fff;
  font-size: 26px;
  background: none;
  border: 0;
}

.menu-btn {
    display: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 26px;
    cursor: pointer;
}



.brand-villagers {
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1.8px;
    line-height: 0.9;
    text-transform: uppercase;

    text-shadow:
        2px 2px 0 #0878ee,
        3px 3px 0 #0568d5,
        0 5px 10px rgba(0,0,0,0.5);
}

.site-header {
    position: relative;
    z-index: 20;

    width: 100%;

    background: #071d3d;

    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-inner {
    width: 92%;
    max-width: 1220px;

    min-height: 78px;

    margin-left: auto;
    margin-right: auto;

    display: flex;
    align-items: center;

    gap: 25px;
}


/* BRAND */

.site-brand {
    width: 190px;

    display: flex;
    flex-direction: column;

    color: #ffffff;

    font-style: italic;

    line-height: 0.88;

    letter-spacing: -0.5px;
}

.site-brand span {
    display: block;

    font-size: 25px;

    font-weight: 900;
}

.site-brand strong {
    display: block;

    margin-top: 3px;

    font-size: 17px;

    font-weight: 900;
}



/* JOIN */

.join-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 42px;

    padding: 0 21px;

    color: #ffffff !important;

    background: #0878ee;

    border-radius: 24px;

    font-size: 12px !important;

    font-weight: 900 !important;

    box-shadow:
        0 6px 15px rgba(0,80,190,0.25);
}

.join-button:hover {
    color: #ffffff !important;

    background: #0568d5;
}


/* MOBILE MENU */

.menu-button {
    display: none;

    margin-left: auto;

    padding: 5px 9px;

    color: #ffffff;

    background: transparent;

    border: 0;

    font-size: 29px;

    cursor: pointer;
}


/* =========================================================
   HERO
   ========================================================= */

.trips-hero {
    position: relative;

    min-height: 360px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #061a3b 0%,
            #0a2c5e 50%,
            #1757a0 100%
        );
}


/* Decorative light */

.trips-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 80% 25%,
            rgba(105,180,255,0.24),
            transparent 35%
        );

    pointer-events: none;
}


/* Overlay */

.hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(2,18,43,0.55),
            rgba(2,18,43,0.05)
        );
}


/* Hero content */

.hero-content {
    position: relative;

    z-index: 2;

    padding-top: 70px;
    padding-bottom: 70px;

    color: #ffffff;
}


/* Eyebrow */

.eyebrow {
    margin-bottom: 10px;

    color: #69b4ff;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* Hero title */

.trips-hero h1 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 62px;

    line-height: 0.95;

    font-weight: 900;

    letter-spacing: -1.5px;
}


/* Hero subtitle */

.trips-hero h2 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 37px;

    line-height: 1.1;

    font-weight: 800;
}


/* Hero paragraph */

.trips-hero p {
    max-width: 780px;

    margin: 0;

    color: rgba(255,255,255,0.9);

    font-size: 16px;

    line-height: 1.65;
}


/* =========================================================
   TRIPS SECTION
   ========================================================= */
   
/* =========================================================
   TWO COLUMN TRIP TEXT
   ========================================================= */

.trip-text-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.trip-text-column a {
    color: #0878ee;
    text-decoration: none;
    font-weight: 700;
}

.trip-text-column a:hover {
    color: #0568d5;
    text-decoration: underline;
}

/* Heading spans both columns */

.trip-feature-heading {
    grid-column: 1 / -1;

    margin: 0;

    color: #09295d;

    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
}

/* =========================================================
   TEXT-ONLY TRIP FEATURE
   ========================================================= */

.trip-feature.text-feature {
    display: block;
    width: 100%;
}

.trip-text-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;

    width: 100%;
    padding: 45px 50px;
}

.trip-feature-heading {
    grid-column: 1 / -1;

    margin: 0;

    color: #09295d;

    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
}

.trip-text-column {
    width: 100%;
    min-width: 0;
}

.trip-text-column ul {
    margin: 0;
    padding-left: 22px;

    color: #61728a;

    font-size: 14px;
    line-height: 1.8;
}



.trip-text-column h3 {
    margin: 0 0 12px;

    color: #09295d;

    font-size: 20px;
    font-weight: 900;
}

.trip-text-column p {
    margin: 0;

    color: #61728a;

    font-size: 14px;
    line-height: 1.65;
}

.trip-text-column ul {
    margin: 0;
    padding-left: 20px;

    color: #61728a;

    font-size: 14px;
    line-height: 1.8;
}

.trips-section {
    padding: 80px 0 90px;

    background: #ffffff;
}


/* Section heading */

.section-heading {
    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}

.section-heading .eyebrow {
    color: #0878ee;
}

.section-heading h2 {
    margin: 0 0 13px;

    color: #09295d;

    font-size: 38px;

    line-height: 1.1;

    font-weight: 900;
}

.section-heading p {
    max-width: 720px;

    margin: 0 auto;

    color: #62738a;

    font-size: 15px;

    line-height: 1.65;
}


/* =========================================================
   TRIP FEATURE
   ========================================================= */

.trip-feature {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(0, 1fr);

    min-height: 440px;

    margin-bottom: 32px;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dfe7f0;

    border-radius: 20px;

    box-shadow:
        0 14px 35px rgba(5,29,65,0.11);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.trip-feature:hover {
    transform: translateY(-3px);

    box-shadow:
        0 20px 42px rgba(5,29,65,0.15);
}


/* =========================================================
   REVERSE LAYOUT
   ========================================================= */

.trip-feature.reverse {
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.35fr);
}

.trip-feature.reverse .trip-feature-image {
    order: 2;
}

.trip-feature.reverse .trip-feature-content {
    order: 1;
}


/* =========================================================
   LARGE TRIP IMAGE
   ========================================================= */

/*.trip-feature-image {*/
/*    position: relative;*/

/*    min-width: 0;*/

/*    min-height: 440px;*/

/*    overflow: hidden;*/

/*    background: #dfe8f2;*/
/*}*/

.trip-feature-image {
    position: relative;
    min-width: 0;
    min-height: 440px;
    height: 440px;
    overflow: hidden;
    background: #dfe8f2;
}

.trip-gallery-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    opacity: 0;

    transition: opacity 0.4s ease;
}


.trip-feature-image-centered {
    position: relative;
    min-width: 0;
    min-height: 440px;
    height: 440px;
    overflow: hidden;
    background: #dfe8f2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.trip-gallery-image-centered {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    object-fit: cover;
    object-position: center center;

    opacity: 0;
}

.trip-gallery-image-centered.active {
    opacity: 1;
}

.trip-gallery-image.active {
    opacity: 1;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.45);
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.gallery-prev {
    left: 15px;
}

.gallery-next {
    right: 15px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

/*
   LARGE IMAGES

   These images are intentionally NOT constrained to
   a small card size.

   You can now use high-quality wide photographs.
*/

.trip-feature-image img {
    width: 100%;

    height: 100%;

    min-height: 440px;

    object-fit: cover;

    object-position: center center;

    transition:
        transform 0.5s ease;
}

.trip-feature:hover .trip-feature-image img {
    transform: scale(1.025);
}


/* Image darkening */

.trip-feature-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.02) 40%,
            rgba(2,18,43,0.45) 100%
        );

    pointer-events: none;
}


/* =========================================================
   IMAGE LABEL
   ========================================================= */

.image-label {
    position: absolute;

    left: 24px;
    bottom: 22px;

    z-index: 3;

    padding: 7px 13px;

    color: #0765d4;

    background: #ffffff;

    border-radius: 20px;

    font-size: 10px;

    font-weight: 900;

    letter-spacing: 1px;

    box-shadow:
        0 6px 15px rgba(0,0,0,0.15);
}


/* GREEN */

.image-label.green {
    color: #087a52;

    background: #e7f8ef;
}


/* PURPLE */

.image-label.purple {
    color: #7134a4;

    background: #f2e9ff;
}


/* =========================================================
   TRIP CONTENT
   ========================================================= */

.trip-feature-content {
    min-width: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 55px 55px 55px 50px;
}


/* =========================================================
   TRIP NUMBER
   ========================================================= */

.trip-number {
    margin-bottom: 12px;

    color: #0878ee;

    font-size: 13px;

    font-weight: 900;

    letter-spacing: 2px;
}

.trip-green .trip-number {
    color: #087a52;
}

.trip-purple .trip-number {
    color: #7134a4;
}


/* =========================================================
   TRIP TITLE
   ========================================================= */

.trip-feature-content h2 {
    margin: 0 0 8px;

    color: #09295d;

    font-size: 36px;

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -0.5px;
}


/* =========================================================
   DATE
   ========================================================= */

.trip-date {
    margin-bottom: 22px;

    color: #0878ee;

    font-size: 13px;

    font-weight: 900;
}

.trip-green .trip-date {
    color: #087a52;
}

.trip-purple .trip-date {
    color: #7134a4;
}


/* =========================================================
   LEAD PARAGRAPH
   ========================================================= */

.trip-lead {
    margin: 0 0 12px;

    color: #263d5d;

    font-size: 18px;

    line-height: 1.5;

    font-weight: 700;
}


/* Regular paragraph */

.trip-feature-content p:not(.trip-lead) {
    margin: 0 0 22px;

    color: #61728a;

    font-size: 14px;

    line-height: 1.65;
}


/* =========================================================
   HIGHLIGHTS
   ========================================================= */

.trip-highlights {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 25px;
}

.trip-highlights span {
    display: inline-flex;

    align-items: center;

    padding: 7px 10px;

    color: #294563;

    background: #eef5fc;

    border-radius: 15px;

    font-size: 10px;

    font-weight: 800;
}


/* =========================================================
   TRIP BUTTON
   ========================================================= */

.trip-button {
    align-self: flex-start;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    min-height: 43px;

    padding: 0 20px;

    color: #ffffff;

    background: #0878ee;

    border-radius: 23px;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 0.2px;

    box-shadow:
        0 7px 17px rgba(0,100,220,0.22);

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.trip-button span {
    font-size: 16px;
}

.trip-button:hover {
    background: #0568d5;

    transform: translateY(-2px);
}


/* GREEN BUTTON */

.green-button {
    background: #087a52;

    box-shadow:
        0 7px 17px rgba(0,110,70,0.20);
}

.green-button:hover {
    background: #066b46;
}


/* PURPLE BUTTON */

.purple-button {
    background: #7134a4;

    box-shadow:
        0 7px 17px rgba(95,35,145,0.20);
}

.purple-button:hover {
    background: #5f2b8c;
}


/* =========================================================
   WHY SECTION
   ========================================================= */

.why-section {
    padding: 80px 0;

    background: #eaf4ff;
}

.why-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0,1fr));

    gap: 18px;

    margin-top: 38px;
}

.why-card {
    padding: 30px 20px;

    background: #ffffff;

    border: 1px solid #dce7f3;

    border-radius: 15px;

    text-align: center;

    box-shadow:
        0 8px 22px rgba(8,36,73,0.07);
}

.why-icon {
    width: 58px;
    height: 58px;

    margin: 0 auto 14px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #0878ee;

    background: #eaf4ff;

    border: 2px solid #8dc4ff;

    border-radius: 50%;

    font-size: 25px;
}

.why-card h3 {
    margin: 0 0 7px;

    color: #09295d;

    font-size: 16px;

    font-weight: 900;
}

.why-card p {
    margin: 0;

    color: #64758a;

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================================
   CTA
   ========================================================= */

.trip-cta {
    padding: 60px 0;

    color: #ffffff;

    background:
        linear-gradient(
            110deg,
            #062252,
            #0d59a7
        );
}

.cta-content {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}

.cta-content .eyebrow {
    margin-bottom: 8px;

    color: #69b4ff;
}

.cta-content h2 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 34px;

    line-height: 1.1;

    font-weight: 900;
}

.cta-content p {
    margin: 0;

    color: rgba(255,255,255,0.88);

    font-size: 15px;
}

.cta-button {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 46px;

    padding: 0 23px;

    color: #0765d4;

    background: #ffffff;

    border-radius: 25px;

    font-size: 11px;

    font-weight: 900;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.18);
}

.cta-button:hover {
    background: #edf6ff;

    transform: translateY(-2px);
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    padding: 48px 0 20px;

    color: #d4e0ef;

    background: #041329;
}

.footer-grid {
    display: grid;

    grid-template-columns:
        1.6fr 1fr 1fr 1.4fr;

    gap: 35px;
}

.footer-logo {
    margin-bottom: 13px;

    color: #ffffff;

    font-size: 24px;

    font-weight: 900;

    font-style: italic;

    line-height: 0.9;
}

.footer-logo strong {
    display: block;

    font-size: 16px;
}

.footer-brand p {
    margin: 0;

    color: #9db0c8;

    font-size: 13px;

    line-height: 1.6;
}

.site-footer h4 {
    margin: 0 0 13px;

    color: #ffffff;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 0.5px;
}

.site-footer a {
    display: block;

    margin: 7px 0;

    color: #bdcce0;

    font-size: 13px;
}

.site-footer a:hover {
    color: #69b4ff;
}

.copyright {
    margin-top: 35px;

    padding-top: 18px;

    color: #8195af;

    border-top: 1px solid rgba(255,255,255,0.10);

    text-align: center;

    font-size: 11px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 10px;
    }

    .trip-feature {
        grid-template-columns:
            minmax(0, 1.15fr)
            minmax(0, 1fr);
    }

    .trip-feature.reverse {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1.15fr);
    }

    .trip-feature-content {
        padding: 40px 35px;
    }

    .trip-feature-content h2 {
        font-size: 30px;
    }

    .trip-lead {
        font-size: 16px;
    }

    .why-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

    .footer-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }
}


/* =========================================================
   MOBILE NAVIGATION
   ========================================================= */

@media (max-width: 760px) {
    .trip-text-columns {
        grid-template-columns: 1fr;
        gap: 30px;

        padding: 32px 28px;
    }

    .trip-feature-heading {
        grid-column: 1;
        font-size: 26px;
    }

    .header-inner {
        min-height: 70px;
    }

    .site-brand {
        width: auto;
    }

    .site-brand span {
        font-size: 22px;
    }

    .site-brand strong {
        font-size: 15px;
    }

   .nav {
        height: 70px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .brand-villagers {
        font-size: 22px;
        white-space: nowrap;
    }

    /* Show hamburger */

    .menu {
        display: block;
        margin-left: auto;

        color: #ffffff;
        background: transparent;
        border: 0;

        font-size: 30px;
        line-height: 1;

        cursor: pointer;
    }

    /* Hide navigation by default */

    .nav-links {
        display: none;

        position: absolute;

        top: 70px;
        left: 0;
        right: 0;

        margin: 0;
        padding: 20px;

        background: #061a3b;

        flex-direction: column;

        align-items: flex-start;

        gap: 17px;

        z-index: 100;
    }

    /* JavaScript adds .open to .nav */

    .nav.open .nav-links {
        display: flex;
    }

    .nav-links a {
        width: 100%;

        color: #ffffff;

        font-size: 14px;
    }

    .join-btn {
        width: auto;

        margin-top: 5px;
    }



    /* HERO */

    .trips-hero {
        min-height: 390px;
    }

    .hero-content {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .trips-hero h1 {
        font-size: 46px;
    }

    .trips-hero h2 {
        font-size: 29px;
    }

    .trips-hero p {
        font-size: 14px;
    }


    /* TRIPS */

    .trips-section {
        padding: 60px 0 70px;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .section-heading h2 {
        font-size: 30px;
    }


    /*
       ONE COLUMN

       Each trip becomes its own full-width
       feature on mobile.
    */

    .trip-feature,
    .trip-feature.reverse {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 25px;
    }


    /*
       Always put the image first on mobile.
    */

    .trip-feature-image,
    .trip-feature.reverse .trip-feature-image {
        order: 1;

        width: 100%;

        min-height: 280px;

        height: 280px;
    }

    .trip-feature-image img {
        width: 100%;

        height: 280px;

        min-height: 280px;

        object-fit: cover;
    }


    /*
       Content below image.
    */

    .trip-feature-content,
    .trip-feature.reverse .trip-feature-content {
        order: 2;

        padding: 32px 28px 35px;
    }

    .trip-feature-content h2 {
        font-size: 30px;
    }

    .trip-lead {
        font-size: 17px;
    }


    /* WHY */

    .why-section {
        padding: 60px 0;
    }

    .why-grid {
        grid-template-columns:
            1fr 1fr;

        gap: 14px;
    }


    /* CTA */

    .cta-content {
        display: grid;

        grid-template-columns: 1fr;

        gap: 22px;
    }

    .cta-content h2 {
        font-size: 29px;
    }

    .cta-button {
        justify-self: start;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns:
            1fr;

        gap: 25px;
    }
}


/* =========================================================
   PHONE
   ========================================================= */

@media (max-width: 480px) {

    .container {
        width: 94%;
    }


    /* HERO */

    .trips-hero {
        min-height: 400px;
    }

    .trips-hero h1 {
        font-size: 42px;
    }

    .trips-hero h2 {
        font-size: 26px;
    }

    .trips-hero p {
        font-size: 14px;
    }


    /* SECTION */

    .section-heading h2 {
        font-size: 27px;
    }


    /*
       LARGE MOBILE PHOTOS

       Still substantially larger than the
       original card design.
    */

    .trip-feature-image,
    .trip-feature.reverse .trip-feature-image {
        height: 240px;

        min-height: 240px;
    }

    .trip-feature-image img {
        height: 240px;

        min-height: 240px;
    }


    /* CONTENT */

    .trip-feature-content,
    .trip-feature.reverse .trip-feature-content {
        padding: 29px 22px 32px;
    }

    .trip-feature-content h2 {
        font-size: 27px;
    }

    .trip-lead {
        font-size: 16px;
    }

    .trip-feature-content p:not(.trip-lead) {
        font-size: 13px;
    }
    
    .trip-feature-content a {
        color: #0878ee;
        text-decoration: none;
        font-weight: 700;
    }
    
    .trip-feature-content .trip-button {
        color: #ffffff;
    }


    /* HIGHLIGHTS */

    .trip-highlights {
        display: block;
    }

    .trip-highlights span {
        display: inline-flex;

        margin: 0 4px 6px 0;
    }


    /* BUTTON */

    .trip-button {
        width: 100%;
    }


    /* WHY */

    .why-grid {
        grid-template-columns: 1fr;
    }


    /* CTA */

    .cta-content h2 {
        font-size: 26px;
    }

    .cta-button {
        width: 100%;
    }
}


/* =========================================================
   EXTRA SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

    .trips-hero h1 {
        font-size: 38px;
    }

    .trips-hero h2 {
        font-size: 24px;
    }

    .trip-feature-image,
    .trip-feature.reverse .trip-feature-image {
        height: 215px;

        min-height: 215px;
    }

    .trip-feature-image img {
        height: 215px;

        min-height: 215px;
    }

    .trip-feature-content h2 {
        font-size: 25px;
    }
}