.hero-image-cluster{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;max-width:100%;width:100%}.hero-img-wrapper{max-width:100%;min-height:320px;position:relative;width:100%}.hero-img-wrapper img{border-radius:10px 100px 10px 100px;display:block;height:90%;object-fit:cover;object-position:center;position:absolute;width:100%}.hero-img-wrapper:nth-child(2n) img{bottom:0}