.metody .heading{justify-content:space-between;align-items:center;gap:80px;display:flex}.metody .heading-reverse{max-width:50%}.metody .metody-description{color:#393939;max-width:600px}.metody .row{grid-template-columns:1fr 1fr;gap:32px;margin-top:32px;display:grid}.metody .item{cursor:pointer;border-radius:8px;align-items:end;min-height:400px;padding:24px;display:grid;position:relative;overflow:hidden}.metody .wrapper{grid-template-columns:1fr 40px;justify-content:space-between;align-items:center;gap:16px;display:grid}.metody .item h3{color:#fff;font-family:Chapter Light,sans-serif;font-size:32px;font-weight:300}.metody p{color:#fff;margin-top:6px}.metody img{transition:transform .2s ease-in-out;transform:rotate(-45deg)}.metody .item:hover img{transform:rotate(0)}.metody .item:before{content:"";z-index:-1;background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .4s ease-in-out;position:absolute;top:0;left:0}.metody .item.one:before{background-image:url(/images/metody_bg1.webp)}.metody .item.two:before{background-image:url(/images/metody_bg2.webp)}.metody .item:hover:before{transform:scale(1.02)}.metody .btns-row{justify-content:center;align-items:center;gap:12px;margin-top:32px;display:flex}@media (max-width:1536px){.metody .heading-reverse{max-width:55%}}@media (max-width:1280px){.metody .heading{flex-direction:column;align-items:start;gap:20px}.metody .heading-reverse,.metody .metody-description{max-width:100%}}@media (max-width:768px){.metody .row{grid-template-columns:1fr;gap:24px}.metody .item{min-height:280px}}@media (max-width:475px){.metody .btns-row a{width:100%}}
