.small {
    font-size: 14px;
}
.newest-story {
    display: flex;
}
.newest-stry-img {
    max-width: 50%;
    object-fit: cover;
}
.filter-padding{
    padding: 30px 0;
}
.story-padding {
    padding: 80px 0 20px 0;
}
.filter-lbl {
   padding: 10px 0;
   display: inline-block;
}
.news-padding {
    padding: 80px 0 0 0;
}
.news-title {
    color: #fff !important;
}
.news-title:hover {
    color: #f86759 !important;
}
.pill {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.15);
    border: 0px;
    border-radius: 5px!important;
    margin: 20px 10px 0 0;
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.5s ease;
}
.pill:hover{
    background-color: #f86759;
    color: #fff;
}
.view .bg-white > .pill {
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .newest-story {
        display: block;
    }
    .newest-stry-img {
        max-width: 100%;
        object-fit: cover;
        display: block;
    }    
}
