@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.section_1 .imgContainer {
  margin: auto;
  max-width: 1440px;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .section_1 .imgContainer {
    margin-bottom: 1.5rem;
  }
}
.section_1 .imgContainer .sectionImageLeft {
  align-items: center;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft {
    gap: 1rem;
  }
}
.section_1 .imgContainer .sectionImageLeft {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 12 columns - Default for desktop min-width 1200px */
}
.section_1 .imgContainer .sectionImageLeft {
  /* Mobile breakpoint (sm to lg): 8 columns $columns-mobile, 1fr*/
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section_1 .imgContainer .sectionImageLeft {
  /* Tablet breakpoint (lg to xl): 8 columns */
}
@media (min-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft {
    grid-template-columns: repeat(12, 1fr);
  }
}
.section_1 .imgContainer .sectionImageLeft .col1,
.section_1 .imgContainer .sectionImageLeft .col2 {
  background-color: #002d72;
  height: 100%;
  grid-column: 1/span 4;
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft .col1,
  .section_1 .imgContainer .sectionImageLeft .col2 {
    grid-column: 1/span 4;
  }
}
@media (min-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft .col1,
  .section_1 .imgContainer .sectionImageLeft .col2 {
    grid-column: span 6;
  }
}
.section_1 .imgContainer .sectionImageLeft .col1 .heroTitle,
.section_1 .imgContainer .sectionImageLeft .col2 .heroTitle {
  color: #ffffff;
  padding-bottom: 1rem;
}
.section_1 .imgContainer .sectionImageLeft .col1 .p-tag,
.section_1 .imgContainer .sectionImageLeft .col2 .p-tag {
  color: #ffffff;
  padding-bottom: 1rem;
}
.section_1 .imgContainer .sectionImageLeft .col1 .heroImgSection img,
.section_1 .imgContainer .sectionImageLeft .col2 .heroImgSection img {
  height: auto;
}
@media (min-width: 0) and (max-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft .col1 .heroImgSection img,
  .section_1 .imgContainer .sectionImageLeft .col2 .heroImgSection img {
    width: 100%;
  }
}
.section_1 .imgContainer .sectionImageLeft .col2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem 0 1rem;
}
@media (min-width: 839.9px) {
  .section_1 .imgContainer .sectionImageLeft .col2 {
    padding: 1rem 2.25rem 1rem 2.25rem;
  }
}
