.blog-see {
  font-size: 65%;

  font-weight: 300;
}

.blog-text p {
  font-size: 80%;

  font-weight: 300;
}

.blog-category {
  font-size: 70%;

  font-weight: 300;
}

.blog-category li a:link,
.blog-category li a:visited {
  color: gray;
}

.card-comments img {
  width: 4rem;
}

.blog-comment-name {
  font-size: 75%;

  font-weight: 300;
}

.blog-comment-name span {
  font-size: smaller;

  color: lightslategrey;

  font-weight: 300;
}

.blog-comment {
  font-size: 72%;

  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .blog-see {
    margin-top: 5px;
  }
}

.img-box-blog,
.img-box-post {
  max-width: 750px;
}

.img-box-blog img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.img-box-post img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
