.en-hero img,
.en-gallery img {
  filter: saturate(.92) contrast(1.04);
}

.en-grid article:nth-child(5) .en-icon { background: var(--eb); }
.en-grid article:nth-child(6) .en-icon { background: var(--em); }
.en-grid article:nth-child(7) .en-icon { background: var(--ey); }
.en-grid article:nth-child(8) .en-icon { background: var(--er); }
.en-grid article:nth-child(9) .en-icon { background: var(--eb); }

.en-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.en-gallery figure,
.en-gallery figure:first-child {
  height: 470px;
}

@media (max-width: 720px) {
  .en-gallery { display: flex; }

  .en-gallery figure,
  .en-gallery figure:first-child { height: 430px; }
}
