.post {
  width: 100%;
  max-width: 800px;
  box-shadow: 0px 0px 20px #A8A8A8;
  display: table;
  margin: 0 auto;
  height: 350px;
  opacity: 1.0;
}

.post:hover {
  opacity: 0.7;
}

.post:not(:first-child) {
  margin-top: 30px;
}

.imgContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-height: 300px;
  overflow-y: hidden;
}

.post img {
  max-width: 100%;
  margin-bottom: 12px;
}

.post a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blogs-container {
  display: table;
  margin: 0 auto;
  width: 100%;
}
