.elementor-4262 .elementor-element.elementor-element-3315dfb{margin-top:-20px;margin-bottom:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-1eb7fb9 */.bs-post-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #f7f5ef;
  font-family: "Poppins", Sans-serif;
}

@media (min-width: 768px) {
  .bs-post-hero__image,
  .bs-blog-hero__image {

  
    object-fit: cover !important;
    object-position: bottom bottom !important;
  }
}

.bs-post-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 520px;

  border-radius: 0 !important;
  filter: none;
}

.bs-post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
    background: radial-gradient(
    ellipse at center 65%,
    rgba(247, 245, 239, 0.95) 0%,
    rgba(247, 245, 239, 0.88) 24%,
    rgba(247, 245, 239, 0.62) 42%,
    rgba(247, 245, 239, 0.22) 62%,
    rgba(247, 245, 239, 0) 82%
  );
}

.bs-post-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 160px 20px 90px;
  text-align: center;
}

.bs-post-hero__label {
  display: inline-block;
  margin-bottom: 18px;
  color: #579716;
  font-family: "Poppins", Sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.bs-post-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #1E1E1E;
  font-size: 67px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .bs-post-hero h1 {
    font-size: 54px;
  }
}


@media (max-width: 767px) {
  .bs-blog-hero,
  .bs-post-hero {
    background-position: ;
    background-size: cover !important;
  }

   .bs-post-hero__image,
  .bs-blog-hero__image {
    height: 500px;

    object-fit: cover !important;
    object-position: center center !important;
  }
}

  .bs-post-hero__content {
    padding: 135px 16px 60px;
  }

  .bs-post-hero h1 {
    font-size: 38px;
    line-height: 1.15;
  }

  .bs-post-hero__label {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .bs-post-hero::after {
    background: radial-gradient(
      ellipse at center,
      rgba(247, 245, 239, 0.96) 0%,
      rgba(247, 245, 239, 0.9) 32%,
      rgba(247, 245, 239, 0.58) 56%,
      rgba(247, 245, 239, 0.16) 78%,
      rgba(247, 245, 239, 0) 100%
    );
  }
}/* End custom CSS */