.button-container{justify-items:center;flex-wrap:wrap;gap:10px;padding:10px;box-sizing:border-box;max-width:100%}.button-container,.loanTypeButton{display:flex;justify-content:center}.loanTypeButton{flex:1 1;min-width:400px;min-height:100px;flex-direction:column;padding:10px 15px;background-color:#fff;border:1px solid #007bff;border-radius:5px;color:#007bff;text-align:center;text-decoration:none;transition:all .3s ease;font-size:14px;white-space:nowrap;align-items:center}.loanTypeButton.selected,.loanTypeButton:hover{background-color:#007bff;color:#fff}.icon{width:30px;height:30px}@media (max-width:768px){.button-container{align-items:stretch;justify-content:center;justify-items:center}.loanTypeButton{min-width:140px}}