.dgdc-legislation__hero-image {
  display: block;
  height: auto;
  max-height: 190px;
  max-width: 46%;
  object-fit: contain;
  object-position: right center;
  width: 520px;
}

@media (max-width: 760px) {
  .dgdc-legislation__hero-image {
    display: none;
  }
}
