/* EasyBites (pId 66162) — Our Story page. Ported from CI3
   assets/themes/ue_override/easybites/css/style.css. All selectors scoped
   under .eb-ourstory so nothing leaks to other pages. */

.eb-ourstory {
    color: var(--text-primary, #333);
    padding-bottom: var(--space-16, 64px);
}

.eb-ourstory__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.eb-ourstory__hero picture,
.eb-ourstory__hero img {
    display: block;
    width: 100%;
    height: auto;
}

.eb-ourstory__about {
    padding: 40px 0 25px;
}

.eb-ourstory__story {
    padding: 25px 0;
}

.eb-ourstory__subheading {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary, #201c1d);
    text-transform: uppercase;
    margin: 0 0 12px;
}

.eb-ourstory__p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 12px;
    text-align: justify;
}

.eb-ourstory__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px;
}

.eb-ourstory__col {
    flex: 1 1 100%;
}

.eb-ourstory__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgb(44 44 44 / 7%);
}

@media (min-width: 768px) {
    .eb-ourstory__col {
        flex: 1 1 0;
        min-width: 0;
    }

    .eb-ourstory__col--media {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .eb-ourstory__subheading {
        font-size: 26px;
    }
}
