.grid{
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(320px, max-content));
  justify-content: center;
}

.grid a{
  height: auto;
  width: 300px;
  display: flex;
}

.grid img{
  height: auto;
  width: 300px;
}
