.custom-image-text-module{align-items:center;display:flex;gap:30px;padding:20px 0}.custom-image-text-module .image-area{flex:1;max-width:40%;min-width:200px;text-align:center}.custom-image-text-module .image-area img{display:block;height:auto;max-width:100%}.custom-image-text-module .text-area{flex:2;min-width:300px}@media (max-width:768px){.custom-image-text-module{align-items:flex-start;flex-direction:column;gap:20px;padding:20px}.custom-image-text-module .image-area,.custom-image-text-module .text-area{flex:none;max-width:100%;min-width:unset;width:100%}.custom-image-text-module .image-area{text-align:center}}