.vtk-pmb-section{
    width:100%;
    max-width:1220px;
    margin:0 auto;
    background:#ffffff;
    border:1px solid #e6ebf3;
    border-radius:28px;
    padding:56px 60px;
}
.vtk-pmb-eyebrow{
    margin-bottom:18px;
    color:#2563eb;
    font-size:15px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.vtk-pmb-heading{
    margin:0 0 42px;
    color:#16376d;
    font-size:56px;
    line-height:1.08;
    font-weight:900;
    letter-spacing:-.04em;
}
.vtk-pmb-features{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:56px;
    row-gap:28px;
}
.vtk-pmb-feature{
    display:flex;
    align-items:flex-start;
    gap:18px;
}
.vtk-pmb-icon-wrap{
    width:46px;
    height:46px;
    border-radius:10px;
    background:#eef4ff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.vtk-pmb-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
    font-size:28px;
    line-height:1;
}
.vtk-pmb-icon svg{
    display:block;
    width:28px;
    height:28px;
    fill:currentColor;
}
.vtk-pmb-feature-title{
    margin-bottom:4px;
    color:#081b3a;
    font-size:18px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:.02em;
    text-transform:uppercase;
}
.vtk-pmb-feature-desc{
    color:#4c638b;
    font-size:16px;
    line-height:1.32;
}
.vtk-pmb-callout-wrap{
    margin-top:36px;
}
.vtk-pmb-callout{
    background:#f5f8fd;
    border-left:5px solid #2563eb;
    border-radius:0 14px 14px 0;
    padding:20px 24px 20px 20px;
}
.vtk-pmb-callout-title{
    color:#132a52;
    font-size:16px;
    line-height:1.4;
    font-weight:900;
}
.vtk-pmb-callout-text{
    color:#4c638b;
    font-size:16px;
    line-height:1.4;
    font-weight:400;
}
@media(max-width:1024px){
    .vtk-pmb-heading{font-size:42px;}
    .vtk-pmb-features{column-gap:30px;}
}
@media(max-width:767px){
    .vtk-pmb-section{padding:34px 24px;}
    .vtk-pmb-heading{font-size:32px; margin-bottom:28px;}
    .vtk-pmb-features{grid-template-columns:1fr; row-gap:22px;}
}
