.vlm-showcase{
  display:grid;grid-template-columns:1fr 1fr;align-items:stretch;
  min-height:520px;
}
.vlm-showcase--reverse{direction:rtl;}
.vlm-showcase--reverse > *{direction:ltr;}
.vlm-showcase__image img{width:100%;height:100%;object-fit:cover;display:block;}
.vlm-showcase__text{
  display:flex;flex-direction:column;justify-content:center;
  padding:60px 80px;max-width:520px;
}
.vlm-eyebrow{margin-bottom:18px;}
.vlm-showcase__text h2{font-size:42px;line-height:1.08;font-weight:700;margin:0 0 18px;letter-spacing:-0.02em;}
.vlm-showcase__text p{font-size:15px;line-height:1.65;color:var(--vlm-gray-600);margin-bottom:30px;}
.vlm-link-arrow{
  display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;
  letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--vlm-black);
  width:fit-content;border-bottom:1px solid var(--vlm-black);padding-bottom:4px;
}

@media(max-width:900px){
  .vlm-showcase, .vlm-showcase--reverse{grid-template-columns:1fr;direction:ltr;}
  .vlm-showcase__text{padding:44px 24px;max-width:100%;}
  .vlm-showcase__text h2{font-size:30px;}
}
