.currency_container{padding:32px 20px;background:var(--bgSoft);color:var(--text);text-align:center}.currency_container span{color:var(--primary);font-size:1.25rem;font-weight:700}.currency_container .grid{padding:32px 0;width:100%;display:grid;grid-template-columns:repeat(2,auto);gap:10px;justify-items:center}.currency_container .grid .box{height:100px;width:100%;background:var(--bg);border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.currency_container .grid .box:hover{background:var(--accent);color:#fff}.currency_container .grid .box .icon{width:40px;height:40px;background:var(--secondary);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.currency_container .grid .box p{font-size:12px;font-weight:600}