.link-homepage.link-homepage--sam .link-homepage__title {
  background: #E94C1F;
  color: white;
  font-size: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.link-homepage.link-homepage--sam .link-homepage__title .text-formatted {
  color: white !important;
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.link-homepage.link-homepage--sam .link-homepage__title .field--name-field-date-article {
  font-style: italic;
  font-size: 14px;
  margin-top: auto;
}

.link-homepage.link-homepage--sam {
  display: flex !important;
  flex-direction: column;
  height: 400px;
}

@media only screen and (max-width: 992px) {
  .link-homepage.link-homepage--sam {
    height: auto;
  }
}