/*

Please, use this CSS file to style all fragment on website.
When starting a new project, remove all css from this file.

*/

.section {
    margin-bottom: 100px;
}

.story {
    background: rgb(3,169,244);
    background: linear-gradient(90deg, rgba(3,169,244,1) 0%, rgba(3,169,244,1) 35%, rgba(90,206,245,1) 100%);
    padding: 60px;
}

.story .item-title {
    font-size: 60px;
    color: #fff;
}

.story .item-lead {
    font-size: 18px;
    color: #fff;
}