
.stories {
    background-color: white !important;
    padding: 100px 0;
}

.stories-black {
    background-color: #000000;
    color: white !important;
    padding: 100px 0;
}

.stories-black p {
    color: white !important;
}

.stories .h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    /* E Black */
    color: #000000;
}

.stories .h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 24px;
    margin-top: 24px;
    color: #25282D;
}

.stories .h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    /* E Black */
    color: #000000;
}

.stories p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    /* E Warm Grey */
    color: #8D9091;
}

.stories .card {
    margin: 70px auto;
    border: none;
    border-radius: 0;
    background-color: white;
}

.stories .card-img-top {
    height: 368px;
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 40px;
}

.stories p.date {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    display: flex;
    align-items: center;
    color: #25282D;
}

.stories-detail p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* E Black */
    color: #000000;
    margin: 24px 0;
}

.stories-detail .social_share {
    margin: 0;
    margin-block-start: 0;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.stories-detail .social_share li:first-child {
    margin-left: 0;
}

.stories-detail .social_share li {
    display: inline-block;
    margin: 0 10px;
}
