
.bg-image {
  background-image: url('{% static "mzumbepycon/images/hardware.jpg" %}');
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  height: 100%;
}

