.tm29-media-showcase .tm29-heading-row{
    align-items:flex-end;
    gap:18px;
}
.tm29-media-showcase .tm29-heading-row > a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    border-radius:999px;
    background:#0f4c81;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    white-space:nowrap;
}
.tm29-media-card{
    margin:0;
    overflow:hidden;
    border-radius:28px;
    background:#fff;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 22px 48px rgba(15,23,42,.12);
}
.tm29-media-card img{
    display:block;
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    background:#e2e8f0;
}
.tm29-media-card figcaption{
    padding:16px 20px 20px;
    color:#475569;
    font-size:14px;
    line-height:1.65;
}
@media (max-width: 767.98px){
    .tm29-media-showcase .tm29-heading-row{
        align-items:flex-start;
    }
    .tm29-media-showcase .tm29-heading-row > a{
        width:100%;
        justify-content:center;
    }
    .tm29-media-card{
        border-radius:20px;
    }
}
