.divi_image_text_module_small .image-text-module-small-container{display:grid;grid-template-columns:1fr 1fr;gap:var(--padding-m)}
.divi_image_text_module_small .image-text-module-small-container.flipped{grid-template-columns:1fr 1fr;grid-auto-flow:dense}
.divi_image_text_module_small .image-text-module-small-container.flipped .image-text-image{grid-column:1}
.divi_image_text_module_small .image-text-content-wrapper{display:flex;justify-content:flex-start}
.divi_image_text_module_small .image-text-module-small-container.flipped .image-text-content-wrapper{grid-column:2;justify-content:center}
.divi_image_text_module_small .image-text-content{display:flex;max-width:540px;flex-direction:column;align-items:flex-start;justify-content:center;gap:40px;align-self:stretch}
.divi_image_text_module_small .image-text-image{display:flex}
.divi_image_text_module_small .image-text-image img{flex:1 0 0;aspect-ratio:1/1;width:100%;height:fit-content;max-height:495px;object-fit:cover;border-radius:8px}
.divi_image_text_module_small .image-text-title{color:#000!important}
.divi_image_text_module_small p{padding:0}
.divi_image_text_module_small .image-text-body{color:#000!important}
.divi_image_text_module_small .image-text-body-button-container{display:flex;flex-direction:column;gap:var(--padding-m)}
@media (max-width:767px){
.divi_image_text_module_small .image-text-module-small-container{display:grid;grid-template-columns:1fr;gap:var(--padding-m)}
.divi_image_text_module_small .image-text-content,.divi_image_text_module_small .image-text-image{padding-right:0}
.divi_image_text_module_small .image-text-module-small-container.flipped .image-text-content-wrapper{justify-content:left}
.divi_image_text_module_small .image-text-body-button-container{gap:var(--padding-s)}
.divi_image_text_module_small .image-text-module-small-container.flipped{grid-template-columns:1fr;grid-auto-flow:dense}
.divi_image_text_module_small .image-text-module-small-container .image-text-image,.divi_image_text_module_small .image-text-module-small-container.flipped .image-text-image{grid-column:1;grid-row:1}
.divi_image_text_module_small .image-text-module-small-container .image-text-content-wrapper,.divi_image_text_module_small .image-text-module-small-container.flipped .image-text-content-wrapper{grid-column:1;grid-row:2}
@media (max-width:767px){
.divi_image_text_module_small .image-text-image img{max-height:342px;width:100%;height:auto}
}
}