.post {
  padding-top: 3rem;
  color: #003764;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post__category {
  margin-bottom: 1rem;
}

.post__date {
  display: block;
  margin-bottom: 2rem;
}

.post__banner {
    width: 100%;
    margin-bottom: 1rem;
}

.post__banner img {
    width: 100%;
}

.post__content p {
    text-align: justify;
}

.post__content img {
    max-width: 100%;
    margin-bottom: 1rem;
}

.post__divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.post-thumbnail {
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .post__content img.img-floating {
        max-width: 50%;
        float: left;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
}