.home-section__wrapper{padding:var(--wrapper-padding)}.home-section__container{display:flex;flex-direction:column;gap:var(--gap-6);max-width:1000px;margin:auto}.home-section__text-container{text-align:center;display:flex;flex-direction:column;gap:20px}.home-section__image-wrapper{position:relative;width:100%;height:500px}@media screen and (max-width:800px){.home-section__image-wrapper{height:300px}}@media screen and (max-width:400px){.home-section__image-wrapper{height:200px}}.home-section__image{display:flex;border-radius:20px}.home-section__image-2-wrapper{position:relative;height:200px}.home-section__image-2{display:flex;border-radius:20px}.home-section__image-2-text-container{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;padding:10px;text-align:center}.home-section__image-2-text{align-self:self-end;color:#fff}.home>:nth-child(2n){background:var(--background--gray)}