.bp-vr-home-source {
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
    column-gap:30px;
    align-items:start;
    width: min(1180px, calc(100% - 32px));
    margin: 26px auto 18px;
    padding:22px 24px;
    border: 1px solid #d7e5ce;
    border-left: 5px solid #78c438;
    border-radius: 20px;
    background: linear-gradient(135deg, #fbfdf8, #f1f8ea);
    box-shadow: 0 14px 34px rgba(19, 37, 55, .07);
    color: #17293a;
}
.bp-vr-home-source h2 {
    grid-column:1;
    margin: 4px 0 10px;
    color: #17293a;
    font-size:clamp(1.5rem,2.4vw,2rem);
    line-height: 1.1;
}
.bp-vr-home-source p {
    max-width: 920px;
    margin: 0 0 10px;
    color: #506173;
    line-height: 1.65;
}
.bp-vr-home-source>.bp-vr-eyebrow{grid-column:1;margin-bottom:4px}
.bp-vr-home-source>p:nth-of-type(2){grid-column:1}
.bp-vr-home-source>p:nth-of-type(3){grid-column:2;grid-row:2;margin-top:4px}
.bp-vr-home-source a {
    display: inline-flex;
    grid-column:2;
    min-height:44px;
    align-items: center;
    margin-top: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    background: #78c438;
    color: #102236;
    font-weight: 800;
    text-decoration: none;
}
.bp-vr-home-source a:hover { background: #69ae31; }
@media (max-width: 760px) {
    .bp-vr-home-source { grid-template-columns:1fr; margin-top: 24px; padding: 20px; }
    .bp-vr-home-source h2,.bp-vr-home-source>.bp-vr-eyebrow,.bp-vr-home-source>p:nth-of-type(2),.bp-vr-home-source>p:nth-of-type(3),.bp-vr-home-source a{grid-column:1;grid-row:auto}
}
