@charset "utf8";



@media (max-width:970px){

    .conteiner-projetos-concluidos{
        display: flex;
        justify-content: center;
         width: 100%;
         height: 990px;
         background-color: #3d3d3d3f;
         margin-bottom: 2%;
         
     }
    
    
     .inner-projetos-concluidos{
        margin-top: 25px;
        width: 95%;
        height: 92%;
        background-color: #49474731;
        padding: 10px;
        border-radius: 20px;
        
     }
     .projetos-concluidos{
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 100%;
        padding: 10px;
        
    
     }

     .call-action p{
      padding-top: 25px;

     }

     .inner-full-stack{
      margin-top: 5%;
     }
}



