.field--type-trex-blog-reference {
  display: flex;
  gap: 2%;
  row-gap: 20px;
  max-width: 70%;
  margin: 40px auto 40px;
}
.field--type-trex-blog-reference .field__item {
  flex: 1;
  padding-bottom: 50px;
  position: relative;
}
.trex-blog-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.trex-blog-card__media{
  position:relative;
  width:100%;
  aspect-ratio: 1.44;
  overflow:hidden;
}

.trex-blog-card__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.trex-blog-card__body{
  padding:18px 18px 16px;
}

.trex-blog-card__title{
  color: #000000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 0 0 20px;
  min-height: calc(2em + 0.5em);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.trex-blog-card__title-link{
  text-decoration:none;
  color:inherit;
}

.trex-blog-card__date{
  font-size:13px;
  opacity:.7;
  margin-bottom:12px;
}

.trex-blog-card__desc{
  font-size:16px;
  margin-bottom:18px;
  font-family: Inter;
  line-height: 24px;
}

.trex-blog-card__footer{
  display:flex;
  justify-content:flex-end;
}

.trex-blog-card__btn{
  text-decoration:none;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  background: #15a1f0;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  width: fit-content;
  display: block;
  margin: 0 15px 15px auto;
  text-align: right;
  text-transform: uppercase;
}

.trex-blog-card__btn:hover{
  filter:brightness(.95);
}

@media (max-width: 767px) {
  .field--type-trex-blog-reference {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }
}
