.btn-wrapper{display:flex;flex-wrap:wrap;gap:12px}.btn-wrapper .custom-btn{align-items:center;display:flex;flex-direction:column;gap:10px;overflow:hidden}.btn-wrapper .custom-btn.centered{border:0!important;padding:0 0 10px;text-align:center}.btn-wrapper .custom-btn img{border:1px solid #3d3d3d;border-radius:5px;height:auto!important;max-width:240px!important;transition:all .25s ease-in-out}.btn-wrapper .custom-btn:hover img{border-color:#fff}@media(max-width:767px){.btn-wrapper:has(.custom-btn.centered){align-items:center;flex-direction:column}.btn-wrapper .custom-btn.centered{gap:12px;padding:0;width:100%}.btn-wrapper .custom-btn.centered img{border:1px solid #3d3d3d;height:auto!important;width:100%!important}}