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