.projetos__container {
   margin-top: 5%;
   display: flex;
   flex-direction: column;
}

@media screen and (max-width: 1024px) {
   .projetos__container {
      margin: 0;
      transform: scale(0.9);
   }
}
@media screen and (max-width: 768px) {
}
