/* 
Theme Name: Güneyli Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


@media (max-width: 1350px) {
    .service-cta .e-con-inner::before {
        left: -70px !important;
    }

    .service-cta .e-con-inner::after {
        left: -140px !important;
    }
}

@media (max-width: 986px) {
    .service-cta .e-con-inner::before {
        left: -170px !important;
    }

    .service-cta .e-con-inner::after {
        left: -240px !important;
    }
}

@media (max-width: 768px) {
    .service-cta{
        background-position: center !important;
    }

    .service-cta .e-con-inner::before {
        left: -270px !important;
        background-color: rgba(249, 5, 27, 0.5) !important;
    }

    .service-cta .e-con-inner::after {
        left: -300px !important;
    }
}

@media (max-width: 800px) {
    .service-cta{
    	background-position: center !important;
        overflow: hidden !important;
    }
}