.image-text__text--text{
  margin-right:50px;
}
.image-text__text--text h1{
  padding-right:20px;  
}

{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) {
  .image-text__text {
     padding-bottom:20px !important;
  }
  .image-text__text--text{
    margin-right:0;
    padding-right:0;  
  }
}
{# ---- Movil Breakpoint ---- #}
@media (max-width: 765px) {
  .image-text__text--text {
    margin-right:0;
  }
  .image-text__text a{
    width: 97%;
    justify-content: center;
  }
   .image-text__text {
     padding-bottom:0px !important;
  }
  
  .text-mobile-spacing {
    padding: 0 15px;
  }
}
