.our-story-module__story-row.row {
    display: block;
    padding: 0 0 60px;
    margin-top: 0 !important;
}

.our-story-module__story-box {
    display: block;
    float: none !important;
    height: 100%;
    z-index: 1;
}

.our-story-module__story-photo {
    display: block;
    height: 282px;
    width: 282px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.our-story-module__story-photo img {
    display: inline;
    margin: 0 auto;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.our-story-module__story-date {
    display: block;
}

.our-story-module__story-date {
    display: inline-block;
    -webkit-mask: url(heart-icon.svg) no-repeat center/contain;
    mask: url(heart-icon.svg) no-repeat center/contain;
    width: 110px;
    height: 110px;
    z-index: 9999;
    position: relative;
    background-color: var(--brand-primary);
    top: -50px;
    color: var(--body-bg);
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
}

.our-story-module__year {
    margin-top: 28px;
    font-family: var(--font-script);
    font-size: 28px;
    font-style: italic;
}

.our-story-module__story {
    margin-top: -50px;
    text-align: center;
}

.our-story-module__story h2 {
    font-size: 38px;
}

@media (min-width: 600px) {
    .our-story-module__story-photo {
        width: 320px;
        height: 320px;
    }
}

@media (min-width: 768px) {
    .our-story-module {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .our-story-module {
        width: 970px;
    }
    .our-story-module__story-row.row {
        display: flex;
        position: relative;
        padding-top: 30px;
        align-items: center;
    }
    .our-story-module__story-row.row:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .our-story-module__story-box {
        display: table-cell;
        vertical-align: middle;
    }
    .our-story-module__story-date {
        top: 0;
    }
    .our-story-module__line {
        position: absolute;
        background-color: #E2E0DD;
        width: 1px;
        height: 100%;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 0;
    }
}