section.strategy-section{background:#f5f5f5;padding:40px 20px}.strategy-section .strategy-grid{display:flex;gap:15px}.strategy-section .strategy-card{background:#fff;padding:30px;border-radius:10px;background:#fff;max-width:244px;display:flex;flex-direction:column;gap:20px}.strategy-section .strategy-card p{color:#012a49;text-align:center;font-weight:400}.strategy-section .strategy-card img{display:block;margin:0 auto;height:50px;width:auto}@media (max-width:1024px){.strategy-section .strategy-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media (max-width:960px){.strategy-section .strategy-grid{flex-direction:column;gap:15px}.strategy-section .strategy-card{max-width:100%}.strategy-section .strategy-card p{font-size:16px;line-height:26px}}