.image-and-text{align-items:center;border-radius:1.2rem;display:flex;justify-content:space-between}@media (max-width:767px){.image-and-text{flex-direction:column}}.image-and-text--yellow{background-color:var(--colors-yellow-500)}.image-and-text--blue{background-color:var(--colors-uranian-300)}.image-and-text--reverse{flex-direction:row-reverse}.image-and-text__content{background-color:transparent!important;display:flex;flex-direction:column;gap:20px;justify-content:center;max-width:640px;padding:5rem}@media (max-width:767px){.image-and-text__content{align-items:center;padding:1.2rem}}.image-and-text__content .title{color:var(--text-brand-blue)}@media (max-width:767px){.image-and-text__content .title{text-align:center}}.image-and-text__content .content{color:var(--text-brand-blue)}@media (max-width:767px){.image-and-text__content .content{text-align:center}}.image-and-text__content .content ul li{list-style:disc;margin-left:1.2rem}@media (max-width:767px){.image-and-text__content .content ul li{text-align:left}}.image-and-text__content .icon{align-items:flex-end;display:flex;height:64px;justify-content:center;width:64px}.image-and-text__content .icon img{max-height:40px;max-width:40px;width:100%}.image-and-text__image{aspect-ratio:1;background-color:var(--colors-base-white);border-radius:1.2rem;margin:1.2rem;max-width:600px;overflow:hidden;width:50%}@media (max-width:767px){.image-and-text__image{max-width:none;width:calc(100% - 2.4rem)}}.image-and-text__image img{height:100%;object-fit:cover;width:100%}.image-and-text__image iframe{height:100%;width:100%}