.home-trades.wrap{display:block;padding-top:36px;padding-bottom:40px;border-top:1px solid #d6e0e2}
.trades-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:25px}
.home-trades .trades-heading h2{font-size:25px;line-height:1.24;letter-spacing:-.8px;font-weight:550;margin:0;color:#183b50}
.home-trades .trades-heading h2 em{font:400 1em/1.3 Georgia,serif;color:#527991}
.home-trades .trades-heading p{font-size:12px;line-height:1.7;margin:0;color:#69818e;max-width:330px}
.trades-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.trades-grid article{display:flex;align-items:flex-start;gap:15px;padding:23px 18px;border:1px solid #dbe5e6;background:#ffffff85;border-radius:10px;min-width:0}
.home-trades .trade-symbol{display:grid;place-items:center;flex:none;width:40px;height:40px;background:#e5eff5;border:1px solid #d7e5ed;border-radius:10px;color:#3b6a88}
.trade-symbol svg{width:24px;height:24px}
.trades-grid article:nth-child(2) .trade-symbol{background:#e9f1ed;border-color:#d8e7df;color:#4b7e72}
.trades-grid article:nth-child(3) .trade-symbol{background:#f7eee0;border-color:#ecdfc9;color:#956f3e}
.trades-grid article:nth-child(4) .trade-symbol{background:#ecebf3;border-color:#dfdfea;color:#6d7593}
.trades-grid h3{font-size:16px;line-height:1.4;letter-spacing:-.25px;margin:0 0 7px;font-weight:550}
.home-trades .trades-grid p{font-size:11px;line-height:1.65;margin:0;color:#6a818e}
@media(max-width:1050px){.trades-grid{gap:12px}.trades-grid article{display:block;padding:20px 17px}.home-trades .trade-symbol{margin-bottom:15px}}
@media(max-width:600px){.home-trades.wrap{padding-top:29px;padding-bottom:31px}.trades-heading{display:block;margin-bottom:22px}.home-trades .trades-heading h2{font-size:26px}.home-trades .trades-heading p{font-size:12px;margin-top:14px}.trades-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.trades-grid article{padding:19px 15px}.trades-grid h3{font-size:15px}.home-trades .trades-grid p{font-size:11px}}
