
.post-container > figure > img {
    width: 100%;
}

.post-container > figure {
  margin: 0 0 1.5em !important;
  border-radius: 20px;
  overflow: hidden;
}
.post-container > h1 {
  font-size: 2em;
  order: 2 !important;
  margin-bottom: 1.5rem;
  font-family: 'TTNormsProBold';
}

.post-container > h5 {
  order: 1 !important;
  font-family: 'TTNormsProMedium';
  margin-bottom: 1rem;
}

.post-container > p {
  font-size: 1.1em;
  margin-bottom: 1rem;
  line-height: 1.5em;
}


@media(min-width: 768px) {
  .post-container > p {
    font-size: 1.2em;
  }
  .post-container > h1 {
    font-size: 2.8em;
  }
  .post-container > figure {
    margin: 3em 0 !important;
    border-radius: 20px;
  }
}

@media(min-width: 1024px) {
  .post-container > h5 {
    font-size: 1.2em;
  }
  .post-container > h1 {
    font-size: 3.2em;
    margin-bottom: 0;
  }
}

@media(min-width: 1560px) {
  .post-container > h1 {
    font-size: 4em;
  }
}