/* === STYLES RESPONSIVE === */

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .left {
    margin-bottom: 30px;
  }

  .hero-img {
    width: 100%;
    max-width: 300px;
  }

  .word {
    font-size: 1.8em;
  }

  .logo-container .logo {
    width: 100px;
  }

  .tech-logo {
    width: 60px;
  }

  .tech-track {
    gap: 30px;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .hero {
    text-align: center;
    padding-top: 120px;
  }

  .contact-links {
    justify-content: center;
  }

  .hero-img {
    width: 120px;
    height: 120px;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .a-propos {
    flex-direction: column;
  }
  .a-propos::after {
    order: 1;
    height: 250px;
  }
  .a-propos section {
    order: 2;
  }
  .a-propos aside {
    flex-wrap: wrap;
    gap: 1em;
  }
}
