.projetos__projetos {
   display: flex;
   align-items: center;
   gap: 5rem;
   justify-content: center;
   margin-top: 2%;
   height: 13.437rem;

   background: linear-gradient(
      90deg,
      var(--branco),
      var(--gradient) 30% 70%,
      var(--branco) 70%
   );
}

@media screen and (max-width: 1025px) {
   .projetos__projetos {
      margin-top: 3%;
   }
}
@media screen and (max-width: 769px) {
   .projetos__projetos {
      height: 10.625rem;
      margin-top: 3%;
   }
}
