.story_banner {
    top: 80px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../img/banner-story.jpg);
}

.story_light_green_wrapper {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.story_circles_wrapper {
    max-width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px 14%;
    padding-bottom: 54px;
}

.story_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    background-color: #f3f4f4;
    text-align: center;
    box-shadow: inset 0 2px 4px 1px rgb(204 204 204);
}

.story_circle h2 {
    padding-top: 32px;
}

.story_circle h3.smaller {
    padding-top: 17px;
}
.story_circle h3.smaller span{
    font-weight: normal;
}

.story_notice_and_donwload_wrapper {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -65px;
}

.story_notice, .story_download {
    font-size: 16px;
}

.story_download {
    color: #2f2c27;
    padding-top: 3px;
}

.story_points_wrapper {
    margin-top: 105px;
    /*padding-bottom: 80px;*/
}

.story_points_holder {
    padding-left: 30px;
    padding-right: 30px;
}

.story_points {
    margin-right: 134px;
    margin-left: 390px;
    max-width: 100%;
}

.one_story_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    min-width: 0;
}

.one_story_point_spacer_holder {
    height: 0;
}

.one_story_point_spacer {
    height: 73px;
}

.one_story_point_left {
    width: 48%;
    min-width: 240px;
    max-width: 450px;
    -ms-flex-negative: 10;
    flex-shrink: 10;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.one_story_point_right {
    width: 52%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
    height: 0;
    overflow: hidden;
}

.one_story_point_text {
    width: 71%;
    overflow: hidden;
    height: 0;
}

.one_story_point_text_inner {
    margin-top: 25px;
    margin-bottom: 38px;
}

.one_story_point_text_content {
    font-size: 16px;
    margin-top: 40px;
}

.one_story_point_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    padding-bottom: 65.1%;
}

.one_story_point_image.square {
    width: 65.1%;
    height: 0;
}

.one_story_point_image.rectangle {
    width: 100%;
    height: 0;
}

.one_story_point_month_and_switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.one_story_point_switch {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../img/story-open-close.svg);
}

.one_story_point_switch {
    opacity: 0;
}

.one_story_point_switch_light {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../../img/story-open-close-light.svg);
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

h2.one_story_point_year {
    margin-bottom: 50px;
    margin-left: 22px;
    margin-top: 100px;
}

img.story_point_vertical_line {
    position: absolute;
    left: -70px;
    top: 0px;
    height: 0%;
}

.deska { 
    max-width: 300px;
    margin: 20px 0;
}

@media screen and (max-width: 1440px) {

    .story_light_green_wrapper {
        padding-top: calc(50px + (100 - 50) * ((100vw - 320px) / (1440 - 320)));
        padding-bottom: calc(50px + (100 - 50) * ((100vw - 320px) / (1440 - 320)));
    }

    .story_circle {
        width: calc(230px + (300 - 230) * ((100vw - 320px) / (1440 - 320)));
        height: calc(230px + (300 - 230) * ((100vw - 320px) / (1440 - 320)));
    }

    .story_circle h2 {
        padding-top: calc(23px + (32 - 23) * ((100vw - 320px) / (1440 - 320)));
    }

    .story_circle h3.smaller {
        padding-top: calc(13px + (17 - 10) * ((100vw - 320px) / (1440 - 320)));
    }

    .story_notice, .story_download, .one_story_point_text_content {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1440 - 320)));
    }

    .story_points_wrapper {
        margin-top: calc(50px + (105 - 50) * ((100vw - 320px) / (1440 - 320)));
    }

    .story_points {
        margin-right: calc(0px + (134 - 0) * ((100vw - 800px) / (1440 - 800)));
        margin-left: calc(0px + (390 - 0) * ((100vw - 800px) / (1440 - 800)));
    }

    .one_story_point {
        margin-bottom: calc(50px + (105 - 50) * ((100vw - 320px) / (1440 - 320)));
    }

    .one_story_point_spacer {
        height: calc(18px + (73 - 18) * ((100vw - 320px) / (1440 - 320)));
    }

    .one_story_point_text_content {
        margin-top: calc(28px + (40 - 28) * ((100vw - 320px) / (1440 - 320)));
    }

    h2.one_story_point_year {
        margin-bottom: calc(32px + (50 - 32) * ((100vw - 320px) / (1440 - 320)));
        margin-top: calc(60px + (100 - 60) * ((100vw - 320px) / (1440 - 320)));
    }

    img.story_point_vertical_line {
        left: calc(-50px + (-70 + 50) * ((100vw - 900px) / (1440 - 900)));
    }

}

@media screen and (max-width: 900px) {

    h2.one_story_point_year {
        margin-left: 0;
    }

    img.story_point_vertical_line {
        display: none;
    }

}

@media screen and (max-width: 800px) {

    .story_points {
        margin-right: 0;
        margin-left: 0;
    }

    .one_story_point_text {
        width: 85%;
    }
}