@import "fonts.css";

.text-video__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}


@media (max-width: 768px) {
  .text-video__inner {
    flex-direction: column;
  }

  .text-video__inner.left {
    flex-direction: column;
    gap: 10px;
  }

 
  .text-video__inner .impacto-texto {
    order: -1; 
    margin-top: 0;
  }


  .impacto-img img {
    width: 100%;
    height: auto;
  }

  .impacto-texto, .text {
    text-align: center;
    padding: 10px;
  }
}
