.latest-article-blog {
border: solid 1px #bacad8;
  border-radius:5px;
}

.latest-article-blog  .date {
font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 160% !important;
  color: black !important;
}

.latest-article-blog  .lp-details {
  font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
  color: black !important;
}

.button-latest-article {
  background-color: #009CA8; 
  color: white;
  font-size:14px;
  font-weight: 700;
  padding: 5px 7px;
  position: absolute;
  bottom: 10px !important;
}

.button-latest-article:hover {
  background-color: #074450;
 
}

.button-latest-article-tags {
 border: solid 1px #009CA8;
  color: #009CA8;
  font-size:14px;
  font-weight: 500;
  padding: 5px 7px; 
  border-radius: 8px;
}

lp-article