.full-screen-card{display:flex;justify-content:center;align-items:center;width:100%;min-height:fit-content}.full-screen-card.align-image-left{flex-direction:row}.full-screen-card.align-image-right{flex-direction:row-reverse}.full-screen-card .image{width:68%;height:100%}.full-screen-card .image picture{width:100%;height:100%;display:flex}.full-screen-card .image img{width:100%;height:100%;object-fit:contain}.full-screen-card .text-container{display:flex;flex-direction:column;justify-content:center;align-items:start;width:50%;height:100%;padding:50px;gap:40px}.full-screen-card .text-container .title{font-size:42px;line-height:52px;font-weight:500}.full-screen-card .text-container .description{font-size:15px;line-height:25px;font-weight:400}.full-screen-card .text-container .button .generic-btn{padding:12px 24px}.full-screen-card.transition-left-to-right.animate{animation:slideInLeftToRight .8s ease-out}.full-screen-card.transition-right-to-left.animate{animation:slideInRightToLeft 1s ease-out}.full-screen-card.transition-meet-in-center.animate .image{animation:slideMeetInCenterLeft 1s ease-out}.full-screen-card.align-image-right.transition-meet-in-center.animate .image,.full-screen-card.transition-meet-in-center.animate .text-container{animation:slideMeetInCenterRight 1s ease-out}.full-screen-card.align-image-right.transition-meet-in-center.animate .text-container{animation:slideMeetInCenterLeft 1s ease-out}.full-screen-card.transition-none,.full-screen-card.transition-none .image,.full-screen-card.transition-none .text-container{animation:unset}@media (max-width:767px){.full-screen-card,.full-screen-card.align-image-left,.full-screen-card.align-image-right{flex-direction:column;height:fit-content}.full-screen-card .image{width:100%}.full-screen-card .text-container{width:100%;gap:25px;padding:50px 20px}.full-screen-card .text-container .title{font-size:32px;line-height:42px}.full-screen-card .text-container .description p{font-size:14px;line-height:24px}}