.content-with-line-btn-module-heading h2 {
/*   font-family: 'Montserrat'; */
/*   font-weight: 400; */
/*   line-height: 60px; */
  border-left: 5px solid #31B476;
  padding: 37px 40px;
  max-width: 626px;
  text-align: left;
  margin:0;
  font-size: clamp(28px, 3vw, 40px)!important;
  font-weight: 800!important;
  letter-spacing: -0.02em;
  line-height: 1.2!important;
/*     margin-bottom: 16px; */
}
.content-with-line-btn-module-heading h2 span {
  font-family: 'Montserrat';
/*   font-weight: 700; */
/*   line-height: 55px; */
    font-size: clamp(28px, 3vw, 40px)!important;
    font-weight: 800!important;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
/*     color: #f8fafc!important; */
    line-height: 1.2;
}
.container-button a {
  text-align: center;
  margin-top: 40px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: 'Poppins';
  line-height: 25px;
  padding: 20px 50px 20px 60px;
  border: 2px solid #31B476;
/*   font-weight: 500; */
   font-weight: 800;
  /* color: #31B476; */
  /* background: #000; */
  Background-color:#31B476;
  font-size: 15px !important;
  font-family: 'Montserrat', sans-serif;
  border-radius: 6px;
}

.container-button a:before {
  background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20(1).png");
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 40px;
  top: 28px;

}

.container-button a:hover {
  /* background: #31b476; */
  /* color: #ffffff; */
  border: 2px solid #31B476 ;
  padding: 20px 60px 20px 50px;
  position: relative;
  z-index: 2;
/*   font-weight: 500; */
  font-wight: 800;
  Background-color:#0A854B
  font-size: 15px !important;
  font-family: 'Montserrat', sans-serif;
}

.container-button a:hover:after {
  background: url("https://46844847.fs1.hubspotusercontent-na1.net/hubfs/46844847/Home%20Page/arrow-right-solid%20(1).png");
  background-repeat: no-repeat;
  content: "";
  width: 12px;
  height: 11px;
  position: absolute;
  right: 40px;
  top: 28px;

}
.container-button a:hover:before {
  width: 0px;
  height: 0px;

}
.container-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-evenly; */
}
.content-with-line-btn-module-heading.text-center {
  flex: 0 64%;
}


@media (max-width: 1024px) {
  .content-with-line-btn-module-heading h2 {
    font-size: 28px;
    line-height: 42px;
    padding: 20px 30px;
    max-width: 100%;
  }

  .container-button a {
    padding: 20px 45px 20px 55px;
  
  }
  .container-button a:before {
    left: 37px;
    top: 27px;
  }
  .container-button a:hover {
    padding:  20px 55px 20px 45px;
  }
  .container-button a:hover:after {
    right: 35px;
    top: 27px;
  }
  .container-wrap {
    justify-content: space-between;
  }

  .content-with-line-btn-module-heading.text-center {
    flex: 0 100%;
    text-align: center;

  }
  .content-with-line-btn-module-heading.text-center {
    padding-bottom: 23px!important;
  }
  .container-button {
    margin: 0 auto;
  }
}

/* Tablet devices */
@media (max-width: 768px) {
  .content-with-line-btn-module-heading h2,
  .content-with-line-btn-module-heading h2 span {

    font-size: 36px !important;
    line-height: 45px !important;

  }
  .content-with-line-btn-module-heading.text-center {
    padding-bottom: 23px!important;
  }
  .container-button a {
    font-size: 16px!important;
    padding: 20px 35px 20px 45px;
  }
  .container-button a:before {
    left: 27px;
    top: 27px;
  }
  .container-button a:hover {
    padding: 20px 45px 20px 35px;
  }
  .container-button a:hover:after {
    right: 25px;
    top: 27px;
  }
  .content-with-line-btn-module-outer {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
  }
}
