
.thowl-how-video{
    display:grid;
    grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr);
    gap:28px;
    align-items:center;
    margin:30px 0 34px;
    padding:26px;
    border:1px solid #dce7ec;
    border-radius:18px;
    background:#f7fafb;
}
.thowl-how-video-copy h2{
    margin:.35rem 0 .6rem;
    color:#0c2f54;
    font-size:clamp(1.7rem,3vw,2.35rem);
}
.thowl-how-video-copy p{
    margin:0;
    line-height:1.65;
    color:#586779;
}
.thowl-how-video-kicker{
    display:inline-block;
    color:#007f69;
    font-size:.75rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.09em;
}
.thowl-how-video-frame{
    position:relative;
    overflow:hidden;
    width:100%;
    aspect-ratio:16/9;
    border-radius:14px;
    background:#0b1e2c;
    box-shadow:0 10px 28px rgba(19,44,62,.08);
}
.thowl-how-video-frame iframe,
.thowl-how-video-frame video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
    object-fit:contain;
}
@media(max-width:760px){
    .thowl-how-video{grid-template-columns:1fr;padding:20px;gap:18px}
}
