.elementor-1508 .elementor-element.elementor-element-31858eb{--display:flex;}.elementor-1508 .elementor-element.elementor-element-c100e5a{--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-1508 .elementor-element.elementor-element-201a775{--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-1508 .elementor-element.elementor-element-7ae1b53 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;line-height:1.3em;}.elementor-1508 .elementor-element.elementor-element-13f9049{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-1508 .elementor-element.elementor-element-b78422c{--display:flex;}.elementor-1508 .elementor-element.elementor-element-b78422c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1508 .elementor-element.elementor-element-3b40fe5{padding:0px 0px 0px 0px;text-align:center;}.elementor-1508 .elementor-element.elementor-element-3b40fe5.elementor-element{--align-self:flex-start;}.elementor-1508 .elementor-element.elementor-element-3b40fe5 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1508 .elementor-element.elementor-element-8516341{--grid-columns:1;}@media(max-width:1024px){.elementor-1508 .elementor-element.elementor-element-8516341{--grid-columns:2;}}@media(min-width:768px){.elementor-1508 .elementor-element.elementor-element-201a775{--width:70%;}.elementor-1508 .elementor-element.elementor-element-b78422c{--width:33%;}}@media(max-width:767px){.elementor-1508 .elementor-element.elementor-element-7ae1b53 .elementor-heading-title{font-size:18px;line-height:1.4em;}.elementor-1508 .elementor-element.elementor-element-8516341{--grid-columns:1;}}/* Start custom CSS for heading, class: .elementor-element-3b40fe5 */.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 */