.two-cards__container{display:flex;gap:20px}.two-cards__card{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:414px;overflow:hidden;padding:20px;position:relative}.two-cards__card-large{align-items:center;display:flex;width:66.66666666%}.two-cards__card-small{align-items:end;display:flex;width:33.33333333%}.two-cards__card-large .two-cards__content{width:calc(100% - 150px)}.two-cards__card-small .two-cards__content{width:calc(100% - 200px)}.two-cards__card-large:after{clip-path:circle(calc(100% - 550px) at 0 50%);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;transition:all .2s ease-in-out;width:200%}.two-cards__card-large:hover:after{clip-path:circle(100% at 0 50%)}.two-cards__card-small:after{clip-path:circle(calc(100% - 450px) at 0 100%);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;transition:all .2s ease-in-out;width:200%}.two-cards__card-small:hover:after{clip-path:circle(100% at 0 50%)}.two-cards__content{position:relative;z-index:1}.two-cards__arrow{bottom:2px;position:absolute;right:10px;z-index:3}.two-cards__card .two-cards__arrow svg{stroke:#fff}.two-cards__card:hover .two-cards__arrow svg{stroke:#000}.two-cards__card:hover .two-cards__arrow svg path:first-child{fill:#fff}.two-cards__arrow svg{stroke:#fff}.two-cards__card a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}@media(max-width:992px){.two-cards__container{flex-direction:column!important}.two-cards__card-large,.two-cards__card-small{width:100%}.two-cards__card-large:after,.two-cards__card-small:after{clip-path:circle(100% at 0 50%)}.two-cards__card-large .two-cards__content{width:100%}.two-cards__card-small .two-cards__content{width:calc(100% - 50px)}}