.ps-card-stack{display:flex;flex-direction:column;gap:40px;padding:0 20px}.ps-card-stack__item{background-color:var(--ps-color-white);border-radius:5px;box-shadow:0 5px 33px 0 rgba(64,92,146,.25);display:flex;flex-direction:column;gap:0;overflow:hidden;padding:0}.ps-card-stack__image-col{flex:1;width:100%}.ps-card-stack__content-col{display:flex;flex:1.1;flex-direction:column;padding:30px 24px;text-align:left}.ps-card-stack__image-wrapper{position:relative;width:100%}.ps-card-stack__image-wrapper img{height:100%;object-fit:cover;width:100%}.ps-card-stack__title h1,.ps-card-stack__title h2,.ps-card-stack__title h3{color:#021228;font-family:var(--ps-font-family);font-weight:var(--ps-font-weight-medium);line-height:var(--ps-line-height-heading);margin:0 0 16px}.ps-card-stack__desc{color:var(--ps-color-text-main);font-family:var(--ps-font-family);font-size:19px;font-weight:var(--ps-font-weight-light);line-height:var(--ps-line-height-base);margin-bottom:20px}.ps-card-stack__desc p{font-size:19px;font-weight:300;margin:0 0 1rem}.ps-card-stack__desc p:last-child{margin-bottom:0}.ps-card-icon-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 20px;padding:0}.ps-card-icon-list__item{align-items:flex-start;color:var(--ps-color-text-main);display:flex;font-family:var(--ps-font-family);font-size:19px;font-weight:var(--ps-font-weight-light);gap:12px;line-height:var(--ps-line-height-base)}.ps-card-icon-list__icon{fill:var(--ps-color-secondary);flex:0 0 auto;height:24px;margin-top:2px;width:24px}.ps-card-icon-list__text{font-size:16px}.ps-card-stack__cta-wrapper{margin-top:24px}.ps-card-stack__cta-wrapper .ps-button{width:100%}@media (min-width:768px){.ps-card-stack{gap:50px;padding:0 40px}.ps-card-stack__item{align-items:center;flex-direction:row;gap:0}.ps-card-stack__item--right{flex-direction:row-reverse}.ps-card-stack__image-col{align-self:stretch;flex:0 0 25%;max-width:25%}.ps-card-stack__content-col{flex:0 0 75%;justify-content:center;max-width:75%;padding:40px}.ps-card-stack__image-wrapper{aspect-ratio:auto;height:100%;overflow:hidden}.ps-card-stack__cta-wrapper .ps-button{width:auto}}