
.wdt-elementor-repeater-container-wrapper { margin: 0px; }
.wdt-elementor-repeater-container-wrapper > div { 
    line-height: var(--wdtLineHeight_Alt); display: inline-block; vertical-align: middle; 
    margin: clamp(0.25rem, 0.2055rem + 0.2454vw, 0.5rem); /*8px - 4px*/ }

.wdt-elementor-repeater-container-wrapper > .wdt-opt-image img { object-fit: cover; border-radius: 0em; }

.wdt-elementor-repeater-container-wrapper > .wdt-opt-icon { display: inline-flex; align-items: center; justify-content: center; }
.wdt-elementor-repeater-container-wrapper > .wdt-opt-icon svg { width: 1em; height: 1em; fill: currentColor; }

.wdt-elementor-repeater-container-wrapper > .wdt-text-title {
    font-size: clamp(1.875rem, 1.3177rem + 2.5478vw, 4.375rem); /* Min-30 & Max-70 */
    font-family: var(--wdt-elementor-typo-primary-font-family);
    font-weight: var(--wdt-elementor-typo-primary-font-weight);
    color: var(--wdt-elementor-color-primary);
}