/* Two-col section embedded styles */
.left-stack {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1.15rem;
  height: 100%;
}

@media (max-width: 920px) {
  .two-col {
    grid-template-columns: 1fr !important;
  }
}


