.Title{text-align:center;justify-content:center;margin:30px 0;display:flex}.app{text-align:center;background-color:bisque;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:250px;max-width:250px;height:240px;margin:10px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 20px #0000001f}.app:hover{transform:translateY(-6px);box-shadow:0 14px 36px #0003}.img{width:100%;max-width:200px;height:auto;margin-top:5px;margin-bottom:13px}.img6{width:164px;height:auto;margin-top:-7px;margin-bottom:12px}.Apps{grid-template-columns:repeat(4,minmax(0,1fr));place-items:start center;gap:20px;padding:20px;display:grid}@media (max-width:992px){.Apps{grid-template-columns:repeat(2,minmax(0,1fr));padding:15px}}@media (max-width:640px){.Apps{grid-template-columns:1fr;padding:10px}.app{max-width:250px;margin:8px 0}}.text{color:#070707}
