.wdt-elementor-repeater-container-wrapper {
    margin: 0px;
}

.wdt-elementor-repeater-container-wrapper>div {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.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;
}

.elementor-widget-wdt-text-image .wdt-elementor-repeater-container-wrapper>.wdt-text-tile {
    font-size: clamp(1.75rem, 1.5rem + 1.25vw, 3rem); /* Min-28 & Max-48 */
    font-family: var(--wdt-elementor-typo-primary-font-family);
    font-weight: var(--wdt-elementor-typo-primary-font-weight);
    color: var(--wdt-elementor-color-primary);
    text-transform: uppercase;
    letter-spacing: var(--wdtLetterSpacing_3X);
    line-height: var(--wdtLineHeight_Base);
}