.lp-banner-section {
  width: 100%;
  min-height: 552px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position:relative;
}

.lp-banner-section:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("https://22563181.fs1.hubspotusercontent-na1.net/hubfs/22563181/Lokavant_March2023/Images/lp-images/white%20shape.png");
  width: 100%;
  height:56px;
  bottom: -2px;
  background-position: center;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-banner-section .lp-banner-inner-wrapper {
  padding:0px 16px;
}

.lp-banner-section .lp-banner-inner-wrapper p.h5 {
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
  line-height:1.6;
  font-family: Gordita !important;
}

.lp-banner-section .lp-banner-inner-wrapper h1 {
  font-weight: 500;
  max-width: 762px;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom:25px;
}

.lp-banner-section .lp-banner-inner-wrapper h6 {
  max-width: 461px;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width:1200px){ 
  .lp-banner-section:before {
    height: 35px;
  }
}
@media screen and (max-width:991px){ 
  .lp-banner-section:before {
    height:28px;
  }

  @media screen and (max-width:767px){ 
    .lp-banner-section:before {
      height:23px;
    }