.custom-hero-banner-section .section-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 45.0457em; /*630.64px*/
  overflow: hidden;
}

.custom-hero-banner-section .content-wrapper .section-hero {
  border-radius: var(--10px);
}

.custom-hero-banner-section .section-wrapper .section-hero {
  border-radius: 0;
}

.custom-hero-banner-section .section-hero img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}

.custom-hero-banner-section .section-hero-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 6.425em 6.2142em 8.1171em; /*89.95px 87px 113.64px*/
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.custom-hero-banner-section .section-hero-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 39.9285em; /*559px*/
}

.custom-hero-banner-section .section-hero-inner h2 {
  margin-bottom: 0.8571em; /*36px*/
  color: inherit !important;
}

.custom-hero-banner-section .section-hero-inner .paragraph-wrapper {
  margin-bottom: 2.2223em; /*40px*/
  font-size: var(--18px);
}

.custom-hero-banner-section .section-hero-inner .paragraph-wrapper > * {
  font-size: inherit !important;
  color: inherit; !important;
}

.custom-hero-banner-section .section-hero-inner .paragraph-wrapper > *:only-child,
.custom-hero-banner-section .section-hero-inner .paragraph-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.custom-hero-banner-section .section-hero-footer {
  margin-top: auto;
}

@media (max-width: 991px){
  .custom-hero-banner-section .section-hero {
    min-height: 40.9285em; /*573*/
  }

  .custom-hero-banner-section .section-hero-inner {
    padding: var(--33px);
  }

  .custom-hero-banner-section .section-hero-body {
    max-width: 100%;
  }

  .custom-hero-banner-section .section-hero-inner h2 {
    margin-bottom: 1.3333em; /*32px*/
  }

  .custom-hero-banner-section .section-hero-inner .paragraph-wrapper {
    font-size: var(--14px);
  }
}