.deos-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 60px 30px;
}

.deos-card {
  box-shadow: 2px 2px 16px 0px rgb(64 64 64 / 8%) !important;
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms,background-color 300ms ease 0ms,background-image 300ms ease 0ms;
  border-radius:10px;
  overflow:hidden;
}