﻿
@media(max-width: 767px) {

    .elementor-shape-fill {
        fill: #457a1d !important;
    }

    .elementor-shape-top svg {
        width: calc(300% + 1.3px);
        height: 41px;
    }

    .elementor-shape-bottom svg {
        height: 31px;
    }


    .elementor-shape svg {
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media(max-width: 1024px) {

    .elementor-shape-fill {
        fill: #457a1d !important;
    }

    .elementor-shape-top svg {
        width: calc(196% + 1.3px);
        height: 134px;
    }

    .elementor-shape-bottom svg {
        height: 45px;
    }


    .elementor-shape svg {
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
