.elementor-2059 .elementor-element.elementor-element-3def244{--display:flex;}.elementor-2059 .elementor-element.elementor-element-88a6212{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:50px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-2059 .elementor-element.elementor-element-cb6a16f{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2059 .elementor-element.elementor-element-20a288c .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;line-height:1.3em;}.elementor-2059 .elementor-element.elementor-element-bcdf58a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2059 .elementor-element.elementor-element-29f736c{--display:flex;}.elementor-2059 .elementor-element.elementor-element-29f736c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2059 .elementor-element.elementor-element-0500bd6{padding:0px 0px 0px 0px;text-align:center;}.elementor-2059 .elementor-element.elementor-element-0500bd6.elementor-element{--align-self:flex-start;}.elementor-2059 .elementor-element.elementor-element-0500bd6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}@media(max-width:767px){.elementor-2059 .elementor-element.elementor-element-20a288c .elementor-heading-title{font-size:18px;line-height:1.4em;}}@media(min-width:768px){.elementor-2059 .elementor-element.elementor-element-cb6a16f{--width:70%;}.elementor-2059 .elementor-element.elementor-element-29f736c{--width:33%;}}/* Start custom CSS for heading, class: .elementor-element-0500bd6 */.heading-cont {
        position: relative;
        display: inline-block;

      }

      .heading {
        position: relative;
        padding: 5px 20px;
        font-weight: bold;
        color: white;
        background: #3b4cca;

        z-index: 2;
      }

      .heading-cont::after {
        content: "";
        position: absolute;
        top: 40%; /* directly below */
        left: 7%;
        width: 100%;
        height: 20px;
        background-color: #4caf00;
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
        z-index: 1;
      }

      @media (max-width: 500px) {
        .heading {
          font-size: 18px;
          padding: 10px 25px;
        }
      }/* End custom CSS */