.image-blurred-edge {
  aspect-ratio: 1;
  background-image: url('/images/locations/Branch_map.jpg');
  background-size: cover;
  box-shadow: 0 0 8px 8px #4F82BB inset;
  max-width: 50vh;
  margin: auto;
}