.post_head {
  margin-top: -4rem;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: solid 2px #009564;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .post_head {
    margin-top: 0;
    margin-bottom: 4.6875vw;
    padding-bottom: 4.6875vw;
    gap: 2.5vw;
  }
}
.post_date {
  font-weight: 700;
}
.post_category {
  margin-left: 2em;
  padding: 0 1.5em;
  border-radius: 1em;
  border-radius: 1em;
  color: #fff;
  background: #009564;
}
@media only screen and (max-width: 640px) {
  .post_category {
    font-size: 2.5vw;
  }
}
.post_title {
  width: 100%;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .post_title {
    font-size: 5vw;
  }
}
.postImage_container {
  margin: 6rem auto;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .postImage_container {
    margin: 6.25vw auto;
    flex-direction: column;
    gap: 3.125vw;
  }
}
.postImage_container figure {
  max-width: 50%;
}
@media only screen and (max-width: 640px) {
  .postImage_container figure {
    max-width: initial;
  }
}/*# sourceMappingURL=post.css.map */