.image-text-card{background-color:var(--itc-background);display:flex;flex-direction:column;gap:.75rem}.image-text-card__content{margin-bottom:10px}.image-text-card--swap{flex-direction:column-reverse}.image-text-card__media{margin:0}.image-text-card__image{aspect-ratio:1;display:block;height:auto;width:144px}.image-text-card__image--bordered{border:3px solid var(--itc-image-border);border-radius:50%}.image-text-card__heading{color:var(--itc-heading);font-size:28px!important;font-weight:500!important;margin-bottom:10px}.image-text-card__subheading{color:var(--itc-subheading);font-size:17px;font-style:italic;font-weight:var(--font-weight-semibold);line-height:1.8;margin-bottom:0}.image-text-card__body{color:var(--itc-body);font-weight:var(--font-weight-light)}.image-text-card--overlay{background-image:var(--itc-bg-image);background-position:50%;background-size:cover;position:relative}.image-text-card--overlay:before{background:var(--itc-overlay);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.image-text-card--overlay>*{position:relative;z-index:1}.image-text-card--overlay .image-text-card__content{padding-block:2rem}.image-text-card--overlay .image-text-card__image{aspect-ratio:auto;height:auto;width:100%}@media screen and (min-width:768px){.image-text-card{flex-direction:row;gap:30px}.image-text-card--swap{flex-direction:row-reverse}.image-text-card--overlay{align-items:center}.image-text-card--overlay .image-text-card__media{align-self:stretch;flex:1 1 var(--itc-image-basis);position:relative}.image-text-card--overlay .image-text-card__content{flex:1 1 var(--itc-text-basis)}.image-text-card--overlay .image-text-card__image{height:100%;inset:0;object-fit:contain;position:absolute;width:100%}}