#nosotros {
  padding: var(--spacing-xxl) var(--spacing-md);
  background: linear-gradient(
    180deg,
    rgb(41, 78, 108) 0%,
    rgb(255, 255, 255) 9%
  );
  position: relative;
  overflow: hidden;

  @media (min-width: 1280px) {

    .equipo__card {
      width: 100%;
    }
  }

  @media (min-width: 1536px) {
    padding: var(--spacing-lg) 0;

    .equipo__container_cards {
      grid-template-columns: repeat(4, 1fr);

      .equipo__card {
        width: 100%;
      }
    }
  }
}
