.about-page{
    max-width: 1440px;
    margin: auto;
}
.about-meet{
    display: flex;
}
.about-meet > div{
    width: 50%;
}
.meet-text{
    text-align: center;
}
.meet-header{
    margin: 120px auto 16px;
    width: 500px;
}
.meet-copy{
    margin: auto;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 500px;
}
.about-page [class*="header"] {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.04px;
}
.about-story{
    margin: 56px auto;
}
.story-copy{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 788px;
    margin: 16px auto 35px;
    padding-bottom: 35px;
}
.timeline-1{
    position: relative;
    width: 1050px;
    left: 38%;
    height: 219px;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
}
.timeline-3:before,
.timeline-2:before,
.timeline-1:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1050px;
    height: 2px;
    background-color: #000;
    left: 0;
}
.timeline-1:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 219px;
    background-color: #000;
    right: 0;
}
.timeline-2{
    position: relative;
    width: 1070px;
    left: 38%;
    height: 195px;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: flex-end;
}
.timeline-3:before,
.timeline-2:before{
    width: 1070px;
}
.timeline-2:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 195px;
    background-color: #000;
    left: 0;
}
.timeline-3{
    position: relative;
    width: 1070px;
    left: 38%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: flex-end;
}
.story-dot{
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 2px solid #000;
    color: #FF906D;
    margin: auto;
    z-index: 2;
    background-color: #fff;
    position: relative;
    top: -20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
}
.story-number{
    margin-top: 2px;
}
.story-date{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
.story-details{
    font-size: 16px;
    line-height: 24px;
}
.story-event{
    width: 215px;
}
.story-description{
    height: 128px;
    width: 130px;
    margin: auto;
}
/* specific description sizes */
.story-description.small-width{
    width: 150px;
}
.story-description.med-width{
    width: 170px;
}
.story-description.large-width{
    width: 220px;
}
/* adjustments */
.timeline-1 .story-event:first-child{
    margin-left: -232px;
}
.timeline-2 .story-event:last-child{
    margin-right: -10px;
}
.timeline-3 .story-event:last-child{
    margin-right: -115px;
}
.story-timeline{
    display: block;
}
.story-timeline.mobile-timeline{
    display: none;
}
.about-press{
    background: #FAFAFA;
}
.press-header{
    padding-top: 56px;
}
.press-copy{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
}
.press-slider{
    margin: 12px auto;
    padding-bottom: 36px;
    width: 808px;
}
.press-slider-cell,
.press-slider-cell img[data-rendered-image]{
    min-width: 768px;
    height: 317px;
}
.scroll .flickity-enabled{
    margin: 20px;
}
.press-slider .flickity-viewport{
    width: 768px; 
    box-shadow: 0px 0px 24px -10px rgb(0 0 0 / 25%);
}
.about-hero-banner,
.meet-image,
.about-hero-banner{
    line-height: 0;
}
.press-slider .flickity-enabled .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    background-color: #C4C4C4;
    margin: 0 6px;
}
.press-slider .flickity-enabled .flickity-page-dots{
    bottom: 40px;
}
.press-slider .flickity-enabled .flickity-page-dots .dot.is-selected{
    background-color: #000;
}
@media (max-width: 767px){
    .vision-hero-banner,
    .meet-image,
    .about-hero-banner{
        display: flex;
        justify-content: center;
    }
    .about-meet{
        display: block;
    }
    .about-meet > div{
        width: 100%;
    }
    .meet-header{
        text-align: center;
        width: unset;
        margin: 48px auto 16px;
    }
    .meet-copy{
        width: unset;
        margin: auto 23px 56px;
        text-align: center;
    }
    .about-page .story-header{
        font-size: 20px;
        letter-spacing: -0.03px;
    }
    .press-header,
    .story-header{
        margin: auto;
        text-align: center;
    }
    .about-story{
        margin: 56px auto auto;
    }
    .story-timeline{
        display: none;
    }
    .story-timeline.mobile-timeline{
        display: block;
    }
    .story-timeline.mobile-timeline .timeline{
        padding: unset;
    }
    .story-timeline.mobile-timeline .timeline:before{
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        height: 1763px;
        background-color: #000;
    }
    .story-copy{
       width: unset;
       margin: 16px 24px 43px;
    }
    .story-event{
        display: block;
        width: unset;
        height: 123px;
    }
    .mobile-timeline .story-event:first-child .story-description[class*="-width"]{
        margin-top: -3%;
    }
    .mobile-timeline .story-description[class*="-width"]{
        width: 130px;
        text-align: center;
        transform: translateY(-75%);
    }
    .story-dot{
        top: 0;
    }
    .story-timeline.mobile-timeline .story-event:nth-child(odd) .story-description{
        margin-left: 5%;
    }
    .story-timeline.mobile-timeline .story-event:nth-child(even) .story-description{
        margin-right: 5%;
    }
    .story-description{
        height: unset;
    }
    .story-date{
        margin-bottom: 8px;
    }
    .press-header{
        margin: auto 23px;
    }
    .press-copy{
        margin: 16px 24px auto;
    }
    .press-slider-cell,
    .press-slider-cell img[data-rendered-image]{
        width: 100%;
        height: auto;
        min-width: 100%;
    }
    .press-slider {
        margin: 24px auto;
        padding-bottom: 56px;
        width: unset;
    }
    .scroll .flickity-enabled{
        margin: auto;
    }
    .press-slider .flickity-viewport{
        width: 100%;
        height: auto;
        margin: auto;
        min-width: 100%;
        box-shadow: none;
    }
    .press-slider .flickity-enabled .flickity-page-dots .dot {
        height: 6px;
        width: 6px;
        margin: 0 4px;
    }
    .press-slider .slider{
        width: 327px;
        margin: auto;
        box-shadow: 0px 0px 24px -10px rgb(0 0 0 / 25%);
    }
}
@media (max-width: 320px){
    .story-timeline.mobile-timeline .story-event:nth-child(odd) .story-description{
        margin-left: 3%;
    }
    .story-timeline.mobile-timeline .story-event:nth-child(even) .story-description{
        margin-right: 3%;
    }
    .press-slider .slider{
        width: unset;
    }
}

