.card-btn-see {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-image: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(246,246,246,1) 42%, rgba(247,247,247,0.577468487394958) 100%);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-position 0.3s ease-in-out;
}

.card-btn-see:hover {
  background-position: top;
}

.size-post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  height: 300px;
}
