.category_success_story {
    margin-top: 15px;
    margin-bottom: 50px;
}
.recent_stories_title {
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
}
.main_success_card {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border: 1px solid #eae4e4;
    border-radius: 5px;
    padding: 20px;
}
.main_success_card .recent_story_image {
    display: flex;
    height: 120px;
    width: 100%;
}
.stories_card img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.stories_card img.lazyload, .stories_card img.lazyloading {
    height: 30px;
    width: 30px;
}
.stories_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0;
    color: #2e6b9f;
    min-height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media only screen and (max-width:1080px){
    .main_success_card {
        margin-bottom: 20px;
    }
}