1.- How to put DASHED lines in the Legend? 2.- How to give Style to {20,Bold} to all "Expressions in Legend?

(I use LegendMarkSize for make lines wider than default fine style )
Plot[{{E^(x/(1/4)), E^(x/(1/3)), E^(x/(1/2))}, {E^(x/1), E^(x/2), E^(x/3), E^(x/4)}}, {x, -5, 0.2}, PlotStyle -> {{Dashing[0.024], Thickness[0.01]}, {Dashing[0.024], Thickness[0.01]}, {Dashing[0.024], Thickness[0.01]}, Thickness[0.01], Thickness[0.01], Thickness[0.01], Thickness[0.01]}, PlotLegends -> SwatchLegend[ "Expressions", LegendMarkerSize -> {39, 6}], PlotRange -> {{-5, 0.15}, {0, 1.15}}] 
