.main{padding:100px 0px;width:100%;min-height:90vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.calculators{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;align-items:center}.calculators .item{min-width:300px;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px 10px 30px 10px;border-radius:10px}.item .image{width:300px;height:300px;display:flex;justify-content:center;align-items:center;border-radius:8px;overflow:hidden}.item .image img{width:100%;height:100%;object-fit:cover}.calculators .item:hover{background-color:white;box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px}