.mult-card-stripped{width:100%;box-sizing:border-box}
.mult-card-stripped__title{margin-bottom:40px}
.mult-card-stripped__title p,.mult-card-stripped__title span{margin-bottom:0}
@media(max-width:767px){.mult-card-stripped__title{margin-bottom:24px}
}
.mult-card-stripped__rows{width:100%}
.mult-card-stripped__row{display:flex;padding:16px;gap:16px}
@media(max-width:767px){.mult-card-stripped__row{align-items:center}
}
.mult-card-stripped__row:nth-child(odd){background-color:#e9e9e9}
.mult-card-stripped__row:nth-child(even){background-color:#fbfbfb}
.mult-card-stripped__row-arrow{flex-shrink:0;display:flex;margin-right:12px}
.mult-card-stripped__row-arrow svg{width:24px;height:24px}
.mult-card-stripped__row-text{margin:0;font-size:24px;color:#000;font-weight:400}
@media(max-width:767px){.mult-card-stripped__row-text{font-size:18px}
}
@media(min-width:1024px){.mult-card-stripped__row-text{font-size:24px !important}
}
.mult-card-stripped__row-text p{margin:0}
.mult-card-stripped__placeholder{color:#999;font-style:italic;margin:0}