.executive-summary-section .executive-summary-section-icon {
  width: min(70px, 22vh);
  height: min(70px, 22vh);
}

.description {
  line-height: 1.5;
}

h3,
.h3 {
  margin: 5px 0 16px 0;
  font-size: 1.2rem;
}

.description p {
  font-size: max(0.8rem, 12px);
  line-height: 1.7;
}

.description p strong {
  font-weight: 600;
}

main .pageBg {
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%),
    url("https://thehangar.visionpitch.com.au/wp-content/uploads/es-bg.jpg") !important;
}

@media screen and (min-width: 992px) {
  main .pageBg {
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%),
      url("https://thehangar.visionpitch.com.au/wp-content/uploads/es-bg.jpg") !important;
  }
}
