.make-container{display:grid;grid-template-columns:repeat(auto-fit,120px);align-items:flex-start;justify-content:center;gap:20px;width:100%;padding:20px}.make-container .make-link{background:#fff;box-shadow:0 2px 8px 0 rgba(99,99,99,.2);transition:all .2s;text-align:center;height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 20px;border-radius:20px}.make-container .make-link .make-image{width:100px;height:100px;flex-grow:1;position:relative}.make-container .make-link img{margin-bottom:5px;flex-grow:1}.make-container .make-link:hover{background:#fcfcfc;box-shadow:0 2px 8px 0 rgba(99,99,99,.4)}