.banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.banner-grid img {
  width: 100%;
  display: block;
}