.why-invest-section{align-items:center;display:flex;flex-direction:column;gap:var(--space-md);margin:var(--space-2xl) auto;margin-top:var(--space-lg);max-width:1440px;padding:0 var(--space-md)}.why-invest-section .why-invest-header{font-family:Trois Mille Medium;font-size:var(--heading-4);text-align:center}.why-invest-section .cards-container{display:grid;gap:var(--space-md);grid-template-columns:1fr 1fr 1fr;width:100%}@media (max-width:769px){.why-invest-section .cards-container{grid-template-columns:1fr}}.why-invest-section .cards-container .card{background:var(--sky-blue);border-radius:50px;display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-lg);position:relative;text-align:center;width:100%}@media (max-width:1024px){.why-invest-section .cards-container .card{height:unset}}.why-invest-section .cards-container .card .desc,.why-invest-section .cards-container .card .title{color:var(--black)}.why-invest-section .cards-container .card .title{font-family:Trois Mille Regular;font-size:var(--text-base--large)}.why-invest-section .cards-container .card .desc{font-family:TWK Lausanne;font-size:var(--text-base);font-weight:300;line-height:var(--text-base--large)}