:root[data-theme=light]{--bg: #ffffff;--text: #101010}:root[data-theme=dark]{--bg: #101010;--text: #ffffff}.img-holder{display:flex;flex-direction:column;width:fit-content;gap:8px}.img-holder-img{width:auto;overflow:clip}.img-holder-img img{transition:transform .4s ease-in-out}.img-holder-content{display:flex;align-items:center;justify-content:space-between}.img-holder:hover img{transform:scale(1.03)}.contact-button{margin-block:80px 140px}@media(max-width:992px){.contact-button{margin-block:40px 96px}}.contact-button__wrap{display:flex;gap:2px}@media(max-width:992px){.contact-button__wrap{flex-direction:column;gap:16px}}.hero{margin-top:20px}@media(max-width:1200px){.hero{margin-top:172px}}.hero__wrap{display:flex;flex-direction:column;gap:50px}.hero__wrap-items{display:flex;flex-direction:column;gap:40px}
