.highlights{
    margin-bottom: 20px;   
}


.post-card__image-content{
    padding: 0 10px;
    max-width: 100%;
    max-height: 230px;
    
    display: flex;
    flex-direction: column;
}

.post-card__image-content img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}


.post-card__main-info {
    padding: 0 10px;
}

.post-card__category{
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

.post-card__title {
    margin-top: 5px;

    font-family: var(--orelega);
    font-size: 24px;
    
}