#image-text{width:100%;height:100%;position:relative}#image-text .image{width:33%;height:100%;position:absolute;top:0;left:0;z-index:6}#image-text .image img{width:100%;height:100%;object-fit:cover;object-position:center;object-position:30%}#image-text .text{width:66%;position:absolute;top:50%;right:0;transform:translate(0,-50%)}#image-text .text .content{max-width:550px;width:95%;margin:0 auto}#image-text .text .content h2,#image-text .text .content p{margin:0 auto 30px}#image-text .text .content a{position:relative;display:block;color:#2e2b2b;text-decoration:none;transition:.5s;font-size:clamp(.8rem,2.5vh,1rem);font-family:montserrat}#image-text .text .content a::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 4l8 8-8 8" stroke="black" stroke-width="2" fill="none"/></svg>');width:1rem;height:1rem;transition:.5s;position:absolute;top:3px;display:inline-block;margin-left:5px;opacity:.6}#image-text .text .content a:hover{font-weight:500}@media screen and (max-width:820px){#image-text{height:auto;display:flex;flex-direction:column;gap:40px;padding:40px 0}#image-text .image{position:unset;left:0;top:0;right:0;width:85%;margin:0 auto;height:300px;order:2}#image-text .text{position:unset;order:1;transform:unset;width:90vw;margin:0 auto}}