.header-image-feature__grid{display:grid;gap:4rem 2rem;grid-template-columns:repeat(2,1fr)}.header-image-feature__text{margin-bottom:2.75rem}.header-image-feature__heading{margin-bottom:2.75rem;margin-top:0}.header-image-feature__buttons{display:flex;gap:1.5rem}.header-image-feature__search-form{align-items:center;border:1px solid var(--color-neutral-white);border-radius:4rem;display:flex;gap:.5rem;justify-content:space-between;max-width:75%;padding:.25rem}.header-image-feature__search-form-icon{font-size:1.25rem;padding-left:.5rem}.header-image-feature__search-form-input{background:transparent;border:none;flex:1 1 auto;font-size:1rem;font-weight:500;padding:.5rem 0;width:100%}.header-image-feature__search-form-input::placeholder{color:var(--color-neutral-white)}.header-image-feature__search-form-input:focus{outline:none}@media screen and (max-width:567px){.header-image-feature__buttons{flex-direction:column}}@media screen and (max-width:767px){.header-image-feature__grid{grid-template-columns:repeat(1,1fr)}.header-image-feature__col--content{padding:0 2rem}.header-image-feature__heading{margin-bottom:2rem}.header-image-feature__heading br{display:none}.header-image-feature__text{margin-bottom:2rem}}@media screen and (max-width:991px){.header-image-feature__search-form{max-width:100%}}