/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 18 September 2026 10:06:01
*/


.energy-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .energy-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
  }
  .energy-gallery > *:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
  }
  .energy-gallery > *:nth-child(9) {
    grid-row: span 2;
    grid-column: 1;
  }
}
.energy-gallery > * {
  width: 100%;
  height: 100%;
  display: flex;
}
.energy-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.contact-details {
  padding: 16px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .contact-details {
    padding: 32px;
  }
}
.button-media {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.button-media-container .button-media a {
  font-size: 16px;
}
@media (min-width: 768px) {
  .button-media-container .button-media a {
    font-size: 18px;
  }
}
.button-media-container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-details a {
  color: #ffffff;
  text-decoration: underline;
}
