.image_txt_banner {
    display: flex;
    justify-content: center;
}
/*   .website .section_cta,
.martketing .section_cta,
.document  .section_cta,
.software  .section_cta {
margin: 9rem 0;
} */

.image_txt_banner h2{
  font-size: 3rem;
  text-align: center;
/*   color: #fff; */
  margin-bottom: 1.6rem;
}

.image_txt_banner a {
  display: flex;
  margin: 0 auto;
  background: none;
  outline: none;
  border: 3px solid #fff;
  border-radius: 3rem;
  padding: 0.8rem 1.4rem;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  transition: 0.8s;
  cursor: pointer;
  margin-bottom: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
}

}

.image_txt_banner a:focus,
.image_txt_banner a:active {
  background: none;
  outline: none;
}

.image_txt_banner a:hover {
  background: #fff;
  transition: 0.8s;
}

@media (max-width: 1605px) {
  .image_txt_banner h2{
    font-size: 2.7rem;
  }
  /*   .section_cta {
  margin: 3rem 0;
}
  .website .section_cta,
  .marketing .section_cta,
  .document  .section_cta,
  .software  .section_cta {
  margin: 7rem 0;
} */
}

@media (max-width: 1024px) {
  .image_txt_banner{
    margin: 4rem 1rem;
  }

  .image_txt_banner h2{
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .image_txt_banner{
    margin: 2rem 0;
  }
  .image_txt_banner h2{
    font-size: 2.1rem;
  }
}