.cta-module {
  max-width: 1350px;
  padding: 5% 0;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.cta-module_content_container {  
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 600px;
}

.cta-module h2 {
  max-width: 575px;
  margin-bottom: 10px;
}

.cta-module_paragraph {
  max-width: 575px;
  margin-top: 25px;
}

.cta-module_button_container {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%; 
}

.cta-button{
margin-right: 100px;}

@media screen and (max-width: 1600px) {
  .cta-module {
    max-width: 1000px;
    padding: 5% 0;
  }
 
  .cta-module_content_container {  
  max-width: 400px;
  }
  .cta-button{
  margin-right: 0px;
  }
}
  
  
@media screen and (max-width: 1200px) {
    .cta-module {
    max-width: 900px;
    padding: 5% 0px;
  }
 
  .cta-module_content_container {  
  max-width: 350px;
}
  
       
  .cta-module h2 {
    margin-top: 25px;
  }

  .cta-module_paragraph {
    margin-top: 25px;
  }
  
}

@media screen and (max-width: 1024px) {
    .cta-module {
    max-width: 900px;
    padding: 5% 60px;
  }

@media screen and (max-width: 850px) {
  
    .cta-module {
    flex-direction: column;
    max-width: unset;
    padding: 5% 10%;
  }
  
  .cta-module_content_container {
    max-width: unset;
  }  

  .cta-module h2 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .cta-module_paragraph {
    width: 100%;
    max-width: unset;
  }
  .cta-button{
  margin: 10px 0;
  }
  
}

@media screen and (max-width: 500px) {
   .cta-module {
    flex-direction: column;
    padding: 5% 5%;
  }
  
  .cta-module_content_container {
  }
  
   .cta-button{
  margin: 10px 0;
  }

}