.two-column-banner-module-new {
  width:100%;
  float:left;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  min-height:350px;
 position:relative;
}
.two-column-banner-module-new {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.two-col-left-content-new {
    flex: 0 45%;
    max-width: 550px;
    margin: 0 auto;
}
.left-block-image-new {
  position:relative;
}


.left-block-image-new img {
  border-radius: 10px;
}



.two-column-banner-module-new:before {
    content: '';
    position: absolute;
    background-image: url(https://f.hubspotusercontent30.net/hubfs/1972232/Home%20Page%202021/left-blue-sqaure.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.left-block-image-new:before {
    content: '';
    position: absolute;
    background-image: url(https://f.hubspotusercontent30.net/hubfs/1972232/Home%20Page%202021/Fra.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    bottom: 120px;
    left: -30px;
}
.section-info-heading-new h3 {
    font-family: 'gordita-regular';
    font-style: normal;
    font-size: 22px;
    line-height: 29px;
    color: #000;
    margin: 0px;    
    font-weight:400;
}
.section-main-heading-left-col-new h2 {
    font-family: 'gordita-regular';
      font-style: normal;
      font-size: 42px;
      line-height: 56px;
     font-weight:400;
      color: #000;
      margin:0px;
      padding-bottom:20px;
}
.section-right-container-new {
    flex: 0 45%;
    z-index: 9;
}
.two-col-banner-container-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.section-button-wrapper-new a {
    background-color: #293D36;
    border: 1px solid #F5F2E5;
    box-sizing: border-box;
    border-radius: 4px;
    text-decoration: none;
    font-weight:400;
    cursor: pointer;
    transition: .4s;
    padding: 12px 25px;
    box-sizing: border-box;
    font-style: normal;
    font-family: 'gordita-regular';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.section-button-wrapper-new a:hover {
    color: #293D36;
    background-color: #fff;
    border: 1px solid #124d3d;
}
.section-button-wrapper-new {
    margin-top: 20px;
}
.section-main-content-left-col-new p {
   font-family: 'gordita-regular';
    font-style: normal;
    font-size: 14px;
    font-weight:400;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0px;
    padding-bottom: 10px;
}

@media (max-width: 880px) {
  .section-right-container-new {
    flex: 0 100%;
    text-align: center;
    padding-bottom: 60px;
}
.two-col-left-content-new {
    flex: 0 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
  .two-column-banner-module-new:before {
    display:none;
}
.left-block-image-new:before {
  display:none;
  }
}

@media (max-width: 480px){
.section-main-heading-left-col-new h2 {
    font-size: 28px;
    line-height: 50px;
}
.section-info-heading-new h3 {
    font-size: 18px;
    line-height: 26px;
}