.metaCategory {
    font-weight: bold;
    margin-bottom: 10px;
}

.metaDate {
    text-align: center;
    font-weight: bold;
}

.metaDay {
    font-size: 60px;
    font-weight: bold;
}
.metaDay::after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(120,33,80,1);
    background: linear-gradient(90deg, rgba(120,33,80,1) 0%, rgba(238,116,2,1) 100%);
}

.metaMonth {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    margin-top: 10px;
}






@media (max-width: 1024px) {

    .featuredPosts > .row {
        flex-wrap: wrap;
    }
    .featuredPosts .col:nth-child(2) {
        flex-basis: 100%;
    }

    .metaDay {
        font-size: 30px;
    }
    .metaMonth {
        font-size: 14px;
        margin-top: 5px;
    }

}