.custom-image-text-grid{padding:var(--section-padding-y,40px) var(--section-padding-x,20px);background-color:var(--section-bg,#fff)}.custom-image-text-grid .page-width{overflow:auto}.custom-image-text-grid__container{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:stretch}@media (max-width:1023px){.custom-image-text-grid__container{grid-template-columns:1fr}}.custom-image-text-grid__item{width:100%}.custom-image-text-grid__item--image{display:flex;align-items:center;justify-content:center}.custom-image-text-grid__item--content{display:flex}.custom-image-text-grid__item--content.custom-image-text-grid__item--align-top{align-items:flex-start}.custom-image-text-grid__item--content.custom-image-text-grid__item--align-center{align-items:center}.custom-image-text-grid__item--content.custom-image-text-grid__item--align-bottom{align-items:flex-end}.custom-image-text-grid__item--content.custom-image-text-grid__item--text-left .custom-image-text-grid__content-wrapper{text-align:left}.custom-image-text-grid__item--content.custom-image-text-grid__item--text-center .custom-image-text-grid__content-wrapper{text-align:center}.custom-image-text-grid__item--content.custom-image-text-grid__item--text-right .custom-image-text-grid__content-wrapper{text-align:right}.custom-image-text-grid__image{width:100%;height:auto;display:block;border-radius:1rem}.custom-image-text-grid__placeholder{width:100%;aspect-ratio:16/9;background-color:#f5f5f5;border-radius:1rem;display:flex;align-items:center;justify-content:center}.custom-image-text-grid__placeholder svg{width:80px;height:80px;opacity:.3}.custom-image-text-grid__content-wrapper{width:100%}.custom-image-text-grid__title{margin-bottom:1.5rem;font-family:lexend;font-size:38px;font-weight:500;line-height:48px;margin:.5rem auto}@media screen and (max-width:749px){.custom-image-text-grid__title{font-size:2rem;margin-bottom:1rem}}.custom-image-text-grid__title p{margin:0}.custom-image-text-grid__description{margin-bottom:2rem;font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.8);max-width:70%;margin:auto}@media screen and (max-width:749px){.custom-image-text-grid__description{font-size:1.4rem;margin-bottom:1.5rem}}.custom-image-text-grid__description p{margin:0 0 1rem 0}.custom-image-text-grid__description p:last-child{margin-bottom:0}.custom-image-text-grid__button .button{min-width:15rem;white-space:nowrap}