.matb-wrap{position:relative;width:100%;z-index:5}
.matb-wrap.matb-overlap{margin-top:var(--matb-overlap,-42px)}
.matb-bar{display:flex;align-items:stretch;width:100%;background:#fff;border-radius:18px;box-shadow:0 12px 34px rgba(17,42,72,.12);overflow:hidden}
.matb-item{position:relative;display:flex;align-items:center;gap:15px;flex:1 1 0;padding:20px 28px;min-width:0}
.matb-item:not(:last-child)::after{content:"";position:absolute;right:0;top:24%;height:52%;width:1px;background:#e5eaf0}
.matb-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:#0877db;font-size:33px;line-height:1}
.matb-icon svg{width:1em;height:1em;fill:currentColor}
.matb-copy{min-width:0}
.matb-title{margin:0 0 3px;color:#0a2a52;font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.2;font-weight:800;text-transform:uppercase}
.matb-subtitle{margin:0;color:#17324f;font-family:Inter,Arial,sans-serif;font-size:13px;line-height:1.35;font-weight:500}
@media(max-width:1024px){.matb-item{padding:18px 18px;gap:12px}.matb-title{font-size:13px}.matb-subtitle{font-size:12px}}
@media(max-width:767px){
  .matb-wrap.matb-overlap{margin-top:var(--matb-overlap-mobile,-24px)}
  .matb-bar.matb-mobile-scroll{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:15px}
  .matb-bar.matb-mobile-scroll::-webkit-scrollbar{display:none}
  .matb-bar.matb-mobile-scroll .matb-item{flex:0 0 86%;min-width:86%;scroll-snap-align:center;padding:18px 22px}
  .matb-bar.matb-mobile-scroll .matb-item::after{display:none}
  .matb-bar:not(.matb-mobile-scroll){display:grid;grid-template-columns:1fr}
  .matb-bar:not(.matb-mobile-scroll) .matb-item::after{right:auto;top:auto;bottom:0;left:8%;width:84%;height:1px}
  .matb-bar:not(.matb-mobile-scroll) .matb-item:last-child::after{display:none}
}
