:root{--color-background:#f4f5e2;--color-primary:#040504;--color-secondary:#fafaf1;--color-button:#4b97ff;--color-tertiary:#ff5917;--color-white:#fff;--color-box:#f9faf0;--border-lg:28px;--border-md:14px}.image-container{min-height:70vh;width:100%}.hero{display:grid}.hero--horizontal{align-items:center;column-gap:28px;grid-template-columns:1fr 1fr}.hero--vertical-bottom,.hero--vertical-top{display:grid;gap:28px;grid-template-columns:1fr}.text-overlay{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:75%}@media (max-width:1020px){.hero,.info{grid-template-columns:1fr}.image-container{min-height:80vh}.text-overlay{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%}}