@media only screen and (min-width:1141px){.stacked-card{padding:60px;width:100%}.stacked-card__container{display:flex;padding:15px 4rem}.stacked-card__image{object-fit:cover;overflow:hidden}.stacked-card__image,.stacked-card__text{border-radius:20px;flex-basis:50%;height:auto}.stacked-card__text{background-color:var(--color-primary);margin-bottom:-30px;margin-left:-100px;margin-top:30px}.stacked-card__text-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:35px}.stacked-card__textbody{font-size:36px;padding-bottom:15px}.stacked-card__textbody,.stacked-card__textquote{color:var(--color-white)}}@media only screen and (min-width:921px)and (max-width:1140px){.stacked-card{background-color:var(--color-primary-light);padding:60px;width:100%}.stacked-card__container{display:flex;gap:3rem;margin-left:auto;margin-right:auto;padding:15px}.stacked-card__image{object-fit:cover;overflow:hidden}.stacked-card__image,.stacked-card__text{border-radius:20px;flex-basis:50%;height:auto}.stacked-card__text{background-color:var(--color-primary)}.stacked-card__text-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:35px}.stacked-card__textbody{font-size:22px;padding-bottom:15px}.stacked-card__textbody,.stacked-card__textquote{color:var(--color-white)}}@media only screen and (min-width:320px)and (max-width:920px){.stacked-card__container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:15px}.stacked-card__image{border-radius:20px;display:flex;height:auto;justify-content:center;object-fit:cover;overflow:hidden;width:100%}.stacked-card__text{background-color:var(--color-primary);border-radius:20px;margin-top:20px}.stacked-card__text-wrapper{padding:20px}.stacked-card__textbody{font-size:20px;padding-bottom:15px}.stacked-card__textbody,.stacked-card__textquote{color:var(--color-white)}}