.elementor-545 .elementor-element.elementor-element-08d884b{--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-545 .elementor-element.elementor-element-783c30a{--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-545 .elementor-element.elementor-element-73798ec .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;line-height:1.3em;}.elementor-545 .elementor-element.elementor-element-fbe5ef3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-545 .elementor-element.elementor-element-8d3540c{--display:flex;}.elementor-545 .elementor-element.elementor-element-8d3540c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-545 .elementor-element.elementor-element-3f99a14{padding:0px 0px 0px 0px;text-align:center;}.elementor-545 .elementor-element.elementor-element-3f99a14.elementor-element{--align-self:flex-start;}.elementor-545 .elementor-element.elementor-element-3f99a14 .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-545 .elementor-element.elementor-element-38f7731{--grid-columns:1;}@media(max-width:1024px){.elementor-545 .elementor-element.elementor-element-38f7731{--grid-columns:2;}}@media(min-width:768px){.elementor-545 .elementor-element.elementor-element-783c30a{--width:70%;}.elementor-545 .elementor-element.elementor-element-8d3540c{--width:33%;}}@media(max-width:767px){.elementor-545 .elementor-element.elementor-element-73798ec .elementor-heading-title{font-size:18px;line-height:1.4em;}.elementor-545 .elementor-element.elementor-element-38f7731{--grid-columns:1;}}/* Start custom CSS for heading, class: .elementor-element-3f99a14 */.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 */