.home-card-news-container {
  position: relative;
}

.home-card-news-container:before {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 100px;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .1);
  content: '';
  height: 30%;
  left: 50%;
  margin-left: -40%;
  position: absolute;
  top: 60%;
  transition: all .35s ease-in-out;
  width: 80%;
  z-index: 0;
}

.home-card-news {
  background-color: #f4f4f4;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  color: inherit;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}

.home-card-news-title {
  display: block;
  font-weight: 600;
  height: 65px;
  overflow: hidden;
}

.home-card-news-date {
  color: #747474;
  float: right;
  font-size: 1.1rem;
}

.home-section-information {
  display: none;
  margin-bottom: 60px;
}