.hero{background-repeat:no-repeat;overflow:hidden;padding:0 10px}.hero_container{display:grid;margin:auto;max-width:var(--maxWidth);grid-gap:25px;align-items:center;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.hero_image{flex:0 0 535px;height:535px;width:535px}.hero_image img.hero_img{height:100%;object-fit:contain;width:100%}.hero_buttons{display:flex;grid-gap:25px}@media (max-width:767px){.hero_image{height:320px;margin:auto;width:320px}}