@media (max-width: 767px) {
  .post-title {
    font-size: 1.5rem;
  }
  .post-cat a {
    font-size: .7rem;
  }
  .post-date {
    font-size: .8rem;
  }
}

@media (min-width: 768px) {
  .post-title {
    font-size: 2rem;
  }
  .side-title {
    font-size: 3rem;
  }
  .side-menu a {
    font-size: 1.5rem;
  }
  .news-contents {
    display: flex;
    justify-content: space-between;
  }
  .post {
    width: 70%;
  }
  .sidebar {
    width: 22%;
  }
}

main {
  background-color: white;
}

.news-screen {
  position: 0 -1100px;
}

.post {
  margin-bottom: 3rem;
  color: #432;
}

.post-title {
  font-weight: normal;
  margin-bottom: 1.25rem;
}

.post-info {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: baseline;
}

.post-cat a {
  color: rgb(47, 40, 40);
  background-color: #faf7f0;
  border-radius: 15px;
  padding: .5rem .75rem;
}

.post-cat a:hover {
  background-color: #c9c2bc;
}

.post-thumbnail {
  border-radius: 16px;
  margin-bottom: 1.5rem;
  width: 100%;
}

.post p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

.side-title {
  color: #432;
}

.side-menu a {
  color: #432;
}