.postArchive__title {
  font-size: 16px !important;
}

.postArchive__date {
  font-size: 12px !important;
}

.entryContent--single {
  p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .entryContent--single {
    p {
      font-size: 15px !important;
    }
  }
}

.sidebar__list__item a.post .post__item {
  font-size: 14px !important;
}

.sidebar__list__item a time {
  font-size: 12px !important;
}