
/* Contenedor principal con más aire */
.site-container, .container, .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Desktop fixes */
@media screen and (min-width: 1024px) {

  .brands-section .logos-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px !important;
    align-items: center !important;
  }

  .text-two-cols {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  body, html {
    overflow-x: hidden !important;
  }
}
