.banner3 {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: gray;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
