.post-title {
  text-align: center;
  font-weight: bold;
  color: #364E66;
}

a[title="Download pdf"] {
  background: var(--blue);
  padding: 7px 20px;
  border-radius: 25px;
  color: white;
}

.img-holder {
  overflow: hidden;
  width: 100%;
}

img.img-thumbnail {
  transition: 400ms all ease-in-out;
  cursor: pointer;
}

img.img-thumbnail:hover {
  transform: scale(1.2) rotate(5deg);
}

.suggestion .view img,
.suggestion .view video {
  position: relative;
  height: 140px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
