.image-highlight{display:flex;flex-wrap:wrap;}
.img-highlight-media{line-height:0;height: 100%;}
.img-highlight-media img{height: 100%;object-fit:cover;}
.img-highlight-inr{position:relative;}
.img-highlight-meta{position:absolute;top:0px;left:0px;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: end;padding:24px}
.img-highlight-meta a{position: sticky;bottom: 24px;}
@media(min-width:992px){
  .image-highlight{padding:0 64px;gap:64px;display:grid;grid-template-columns:1fr 2.41fr;}
  .img-highlight-inr{aspect-ratio:0.782;}
  .img-highlight-inr:nth-child(2){order:3;}
  .img-highlight-inr:last-child{grid-column:2;grid-row:1/span 2;aspect-ratio:0.882;}
}
@media(max-width:991px){
  .image-highlight{padding:0 16px;gap:16px;}
  .img-highlight-inr{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px);aspect-ratio:1/1;}
  .img-highlight-inr:last-child{flex:0 0 100%;max-width:100%;}
}