.two-col-title-cta-section {
  padding: 48px 0;
  background: #1A3152;
}
.two-col-title-cta-inner-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-col-cta-col {
  padding-left: 32px;
  max-width: auto;
}
.two-col-cta-col a {
  margin-bottom: 0;
}
.two-col-title-col {
  flex: 1;
}
.two-col-title-col h4 {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5; 
  margin: 0;
}
.two-col-title-col h4 span {
  color: #E0BF40;
  font-weight: 400;
}
span.line.line-2:after {
  background-image: url(https://20649757.fs1.hubspotusercontent-na1.net/hubfs/20649757/Impala%20LP%20-%202022/Images/line-svg.png);
  bottom: -4px;
}
@media (max-width: 767px) {
  .two-col-title-cta-inner-section {
    flex-direction: column;
    text-align: center;
  }
  .two-col-cta-col {
    padding-left: 0;
    padding-top: 32px;
    max-width: none;
  }
  .two-col-title-cta-section {
    padding: 38px 0;
  }
  .two-col-title-cta-section.essentials-two-column-title-section {
    padding: 48px 0;
  }
  .two-col-title-cta-section.essentials-two-column-title-section .two-col-title-col h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
  .two-col-title-cta-section.essentials-two-column-title-section .two-col-title-col {
    max-width: 343px;
  }
  .two-col-title-cta-section.essentials-two-column-title-section  .two-col-title-col h4 span {
    position: relative;
  }
  .two-col-title-cta-section.essentials-two-column-title-section  span.line.line-2 span:after {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -5px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: url(https://20649757.fs1.hubspotusercontent-na1.net/hubfs/20649757/2021/images/line-02.svg);
  }
  .two-col-title-cta-section.essentials-two-column-title-section span.line.line-2:after{display:none;}
}

@media(max-width:480px){
  .two-col-title-cta-section.essentials-two-column-title-section .two-col-cta-col {
    width: 100%;
  }
  .two-col-title-cta-section.essentials-two-column-title-section  .two-col-cta-col a.button {
    width: 100%;
    justify-content: center;
  }
}
}






