.limitation-section{padding:0 20px;position:relative}.limitation-section .section-header{margin:auto;max-width:820px}.limitation-section .grid-wrapper{margin-top:2rem}.limitation-title{text-align:center}.limitation-subheading{margin-bottom:40px;text-align:center}.limitation-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.limitation-box{background:#fff;border-radius:20px;padding:20px}.limitation-heading{align-items:center;display:flex;font-weight:600;gap:10px;margin-bottom:10px}.limitation-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231395a1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;flex-shrink:0;height:24px;width:24px}.limitation-text{font-size:16px;line-height:1.5}@media (max-width:767.9px){.limitation-section{padding:0 16px}.limitation-section .limitation-grid{gap:12px;grid-template-columns:1fr}.limitation-title{margin-bottom:.75rem}}