.cp-card-screen{display:flex;margin:auto;max-width:100%}.cp-card-screen.left{flex-direction:row}.cp-card-screen.left .cp-card-screen-image{width:56%}.cp-card-screen.right .cp-card-screen-image{width:44%}.cp-card-screen.right{flex-direction:row-reverse}.cp-card-screen.left .cp-card-screen-text{align-self:center;padding-right:14%;width:44%}.cp-card-screen.right .cp-card-screen-text{align-self:center;padding-left:14%;width:56%}@media (max-width:1680px){.cp-card-screen.left .cp-card-screen-text{padding-right:80px}.cp-card-screen.right .cp-card-screen-text{padding-left:80px}}@media (max-width:1024px){.cp-card-screen.left,.cp-card-screen.right{flex-direction:column}.cp-card-screen.left .cp-card-screen-text{padding-right:calc(var(--main-padding)*2)}.cp-card-screen.right .cp-card-screen-text{padding-left:calc(var(--main-padding)*2)}.cp-card-screen-image,.cp-card-screen-text,.cp-card-screen.left .cp-card-screen-image,.cp-card-screen.left .cp-card-screen-text,.cp-card-screen.right .cp-card-screen-image,.cp-card-screen.right .cp-card-screen-text{width:100%}}