.story-title.elementor-widget-heading {
    padding: 0 35px;
}

.story-title.elementor-widget-heading .elementor-heading-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
}

.stories-sec {
    /* border-left: 1px solid #fff; */
    margin-bottom: 190px;
    padding-left: 75px;
    padding-right: 15px;
}

.stories-sec .content {
    position: static;
    max-width: 662px;
}

.stories-sec .content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #fff;
}

.stories-sec .each-story>div {
    position: static;

}

.stories-sec .elementor-container {
    flex-wrap: wrap;
}

.stories-sec .elementor-container>div {
    position: relative;
    width: 100%;
    padding-left: 60px;
}

.stories-sec p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 50px;
}

.stories-sec p i,
.stories-sec p em {
    font-size: 12px;
    font-style: normal;
    margin-bottom: 10px;
}

.stories-sec img {
    display: block;
    margin-bottom: 14px;
}

.stories-sec .year {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -50px;
    max-width: 100px;
    min-height: 38px;
    background-color: #1D1663;
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
}

.stories-sec .year .elementor-heading-title {
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    padding: 5px 0;
}

.stories-sec.margin-b-0 {
    margin-bottom: 0 !important;
}

/*  */
.stories-sec:last-child .elementor-container>div:last-child .content::before {
    content: none;
}

/*  */

@media only screen and (min-width: 1440px) {
    .path-about .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1355px;
    }
}