.category-page{
    padding: 98px 0 86px 0;
}

.category-header{
  padding-bottom: 58px;
    font-size: 32px;
    letter-spacing: .03rem;
}

.category-articles{
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 47px;
}

.category-image img{
    width: 300px;
}
.category-card{
    padding-bottom: 20px;
}
.category-image{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #1f1f1f;
}
.category-image > p:nth-child(2){
    display: none;
}

.category-date{
    font-size: 13px;
    color: #B1B1B1;
}

.category-image div > p:nth-child(3){
    font-size: 13px;
    float: right;
    color: #B1B1B1;
}

.category-image  #cavity{
    padding: 8px 0;
}

.category-column{
    width: 100%;
}