@charset "utf-8";
/* Responsive halves grid */

.g-halves {
  align-items: self-end;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: minmax(180px, auto);
  margin: 0 1rem;
  max-width: 100%;
}

/* Border Box */

.callOut {
  border: 2px solid #F58224;
  margin-bottom: 2rem;
  padding: 1rem;
}
