.img-text-section{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:auto}.img-text-section>div{width:100%}.img-text-section__img-wrapper{display:flex;justify-content:end;padding:60px 0}.img-text-section--left-img .img-text-section__img-wrapper{justify-content:start}.img-text-section__bullet-list{list-style:none;margin-top:2em;padding-left:0}.img-text-section__bullet-list li{padding-left:40px;position:relative}.img-text-section__bullet-list li+li{margin-top:1em}.img-text-section__bullet-list li:before{background-color:var(--mint);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath stroke='%23213123' stroke-width='1.5' d='m11.139 3.8-6.364 6.363a.625.625 0 0 1-.884 0l-2.96-2.96'/%3E%3C/svg%3E");background-position:50% 45%;background-repeat:no-repeat;border-radius:50%;content:"";height:20px;left:0;position:absolute;top:3px;width:20px}.img-text-section__cta{margin-top:16px}@media (min-width:768px){.img-text-section__cta{margin-top:32px}.img-text-section__img-wrapper{padding:0}.img-text-section{flex-direction:row}.img-text-section--left-img{flex-direction:row-reverse}.img-text-section>div{width:calc(50% - 30px)}}