.component-fund-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
@media(min-width:1024px){.component-fund-summary{gap:48px;grid-template-columns:repeat(12,1fr)}
}
.component-fund-summary .summary-title{grid-column:span 4}
@media(min-width:1024px){.component-fund-summary .summary-title{grid-column:span 5}
}
.component-fund-summary .sumary-table{grid-column:span 4}
@media(min-width:1024px){.component-fund-summary .sumary-table{grid-column:7 / span 6}
}