@media screen and (min-width:1025px) {

    .elementor-column-gap-default>.elementor-row,
    .elementor-row .elementor-column-gap-default .elementor-row {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px
    }

    .elementor-row .elementor-column-gap-narrow .elementor-row {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px
    }

    .elementor-row .elementor-column-gap-extended .elementor-row {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }

    .elementor-row .elementor-column-gap-wide .elementor-row {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }

    .elementor-row .elementor-column-gap-wider .elementor-row {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px
    }
}