.two-cards *{color:#fff}.two-cards .container{display:flex;flex-basis:47%;flex-wrap:wrap;margin-bottom:30px;margin-right:6%;min-height:540px;overflow:hidden;padding:72px;position:relative;transition:box-shadow .65s cubic-bezier(.05,.2,.1,1)}.two-cards .container:nth-child(2n+2){margin-right:0}.two-cards .image-bg{backface-visibility:hidden;background-position:50%;background-size:cover;height:100.2%;left:0;opacity:1;position:absolute;top:0;transform:scale(1);transition:transform 1s ease,opacity .5s ease .25s;width:100.2%;z-index:1}.two-cards .container:hover .image-bg{transform:scale(1.1);transition:transform 1s cubic-bezier(.1,.2,.7,1)}.two-cards .image-bg:before{background:linear-gradient(180deg,transparent,#0f0f0f);bottom:0;content:"";display:block;height:85%;left:0;opacity:.8;position:absolute;transition:opacity .65s cubic-bezier(.05,.2,.1,1);width:100%;z-index:10}.two-cards .title-txt{opacity:0;position:absolute;transform:translateY(-20px);transition:opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1);z-index:2}.two-cards .container:hover .title-txt{opacity:1;transform:translateY(0)}.two-cards .bottom-block{align-self:flex-end;padding:0;position:relative;width:100%;z-index:10}.two-cards .bottom-block .bottom-txt{transform:translateY(0);transition:opacity .65s cubic-bezier(.05,.2,.1,1),transform .65s cubic-bezier(.05,.2,.1,1)}.two-cards .container:hover .bottom-txt{transform:translateY(-50px)}.two-cards .bottom-block .bottom-button{bottom:0;height:25px;left:0;opacity:0;position:absolute;transform:translateY(20px);transition:opacity .18s cubic-bezier(.05,.2,.1,1),transform .18s cubic-bezier(.05,.2,.1,1);width:100%}.two-cards .container:hover .bottom-button{opacity:1;transform:translateY(0);transition:opacity .65s cubic-bezier(.05,.2,.1,1) .15s,transform .65s cubic-bezier(.05,.2,.1,1) .15s}.two-cards .bottom-block .bottom-button svg{fill:#fff;height:25px;width:25px}.two-cards a{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}@media(max-width:767px){.two-cards .container{margin-right:0}}