.post-date-info,
.post-tags-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
.post-date-info,
.post-tags-info,
.post-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #4a4a4a;
    margin-bottom: 5px;
  }
  .tags-list {
    text-transform: capitalize;
  }