.post_page{
  margin: 230px 0 100px;
}
.post_wrapper{
  margin-top: 80px;
}

.post_header{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.post_header .post_day{
  width: 76px;
}

.post_header .post_cat{
  padding: 5px 17px;
  background-color: #FCEFBE;
  border-radius: 40px;
  font-size: 14px;
}

.post_title{
  padding-bottom: 10px;
  border-bottom: 1px solid #6C5D47;
  margin-bottom: 20px;

}
.post_title h3{
  font-size: 20px;
  font-weight: bold;

}
