/* -------------------------------------------------------
   🧱 STRUCTURE SPECIALS — Unique Section Styling Helpers
   Purpose: These are 1-off utility classes for unique layouts
-------------------------------------------------------- */

/* Section Template: 2Col Image-Text */
.EB_2Col_Image-Text_v2 {
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 90%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Remove outlines and borders */
.no-outline,
.no-border {
  border: none !important;
  outline: none !important;
}
