.problem-section{box-sizing:border-box;font-family:Inter,system-ui,sans-serif;overflow:hidden;position:relative}.problem-section__overlay{inset:0;position:absolute;z-index:0}.problem-section .innner-wrapper,.problem-section .row-fluid{position:relative;z-index:1}.problem-section__heading{font-size:36px;font-weight:800;letter-spacing:1px;line-height:40px;margin:0 auto 3rem;max-width:48rem;text-align:center;white-space:pre-line}@media (max-width:768px){.problem-section__heading{font-size:28px;line-height:32px}}.problem-section__heading span{background-clip:text;-webkit-background-clip:text;background-image:var(--heading-highlight);-webkit-text-fill-color:transparent;color:transparent}.problem-section__cards{--cards-gap:1.5rem;display:flex;flex-wrap:wrap;gap:var(--cards-gap);justify-content:center}.problem-section__card{align-items:flex-start;border-style:solid;box-sizing:border-box;display:flex;flex:0 1 calc((100% - (var(--cards-per-row, 4) - 1)*var(--cards-gap))/var(--cards-per-row, 4));flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.problem-section__card:hover{transform:translateY(-4px)}.problem-section__dot{border-radius:50%;display:block;flex-shrink:0;margin-bottom:1rem}.problem-section__icon{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;margin-bottom:1rem}.problem-section__icon svg{fill:currentColor;height:100%;width:100%}.problem-section__icon--svg-mask{display:inline-block;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.problem-section__icon-img{display:block;flex-shrink:0;height:auto;margin-bottom:1rem;max-width:100%;object-fit:contain}.problem-section__card-heading{font-size:16px;line-height:24px;margin:0 0 .5rem;white-space:pre-line}.problem-section__card-description{font-size:14px;line-height:20px;margin:0}.problem-section__card-description p{margin:0 0 .75em}.problem-section__card-description p:last-child{margin-bottom:0}