﻿.story-banner {
    height: 820px;
    background: linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)), url('/images/story/banner333.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.story-container{

    max-width:900px;

    margin:auto;

    padding:90px 20px;

}

.story-post{

    margin-bottom:120px;

}

.story-image{

    width:100%;

    height:450px;

    object-fit:cover;

    border-radius:24px;

    margin-bottom:30px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.story-date{

    color:#8A9A5B;

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:14px;

}

.story-post h2{

    margin:15px 0 30px;

    font-size:48px;

    font-family:'Cormorant Garamond',serif;

}

.story-post p{

    font-size:18px;

    line-height:2;

    color:#555;

    text-align:justify;

    margin-bottom:20px;

}