.wide-card{display:flex}.wide-card.flipped{flex-direction:row-reverse}.wide-card .left{display:flex;height:460px;max-width:100%;width:480px}.wide-card .left .wrapper{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;padding:40px}.wide-card .left img{margin-top:16px;max-height:120px}.wide-card .left h2{margin-bottom:0;text-align:center}.wide-card .left p{margin-top:8px;text-align:center}.wide-card .right{flex:1;height:460px;overflow:hidden}.wide-card .right img{height:100%;object-fit:cover;object-position:center;width:100%}.wide-card .left .btn-wrapper{margin-top:20px}@media(max-width:1080px){.wide-card{flex-direction:column-reverse}.wide-card>div{flex:1}.wide-card .right{flex:unset;height:240px}.wide-card .left{padding:30px;width:100%}.wide-card.flipped{flex-direction:column-reverse}}@media(max-width:767px){.wide-card .left .wrapper{padding:0}}