.section-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; 

    
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
}
.cta-section h2{
  margin-bottom: 10px;
}