.stories{
	background: url("../img/story/Lady_Stories.jpg") no-repeat fixed center center;
	background-size:cover;
    overflow: hidden;
    clear: both;
}
.story {
    max-width: 750px;
    color: #FFF;
    padding: 238px 0;
    margin: 0 auto;
    text-align: center;
}
.story p {
    font-size: 21px;
    line-height: 33px;
}
.story h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 23px;
}

.front .banner-desc {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
    align-self: flex-start;
    position: relative;
    font-size: 18px;
    text-align: center;
}