.image-text h2 {
  color: #005E82;
  font-size: 2.5em;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.square-image {
  width: 100%;
  /* max-height: 479px; */
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}

.btn-blue {
  color: #fff;
}