@media (max-width: 764px) {

  #about-section  {
   
    & .about-me-content { 
    margin-top: 20px;
    flex-direction: column;

    & .about-me-text {
      margin-left: 10%;
    }

   }
   .text-animated {
    overflow: visible;
   }

  } 
  
  .card-project li {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  } 
  .project-description {
    text-align: center;
  }
  
}



@media (max-width: 480px) { 
  .header-nav-items ul {
    display: none;
  }
  .mobile-menu {
    display: flex;
  }
  .mobile-navbar {
    display: flex;
  }

  .main-text, .main-action-buttons {
    flex-direction: column;
    
    & .main-title, .main-role {
      text-align: center;
      padding: 0;
    }
  }

  hr {
    transform: rotate(90deg);
  }

  .social-media ul li:hover  {
    width: 60px;
  }

  .social-media ul li::after, .social-media ul li .text {
    display: none;
  }
  .social-media ul li:hover .icon {
    color: #fff;
    transform: scale(1);
    transition-delay: 0;
  }
  .social-media ul li:hover .icon i {
    color: #fff;
  
  }
  .project-mockup {
    
   & picture img {
    width: 250px;
    height: 50px;
   }
    
  }

}