@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@media screen and (max-width: 1925px){
    .proj{
        margin-bottom: 20rem;
        margin-top: 15rem;
    }
    .projeto-item{
        display: flex;
            flex-direction: column;
            text-align: center;
        justify-items: center;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: #c39c68;
        margin-top: 5rem;
        margin-bottom: 5rem;
        }
        .conteiner2{
            text-decoration: none;
        }
        .projeto-item{
            display: flex;
                flex-direction: column;
                text-align: center;
            justify-items: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 17px;
            color: #c39c68;
            margin-top: 5rem;
            margin-bottom: 5rem;
        
            
        }
        .projeto-item a{
            color: #c39c68;
           
        }
        .projeto-item li{
            align-items: center;
            justify-items: center;
           
        }
        
    }
    @media screen and (max-width: 1390px){
        .proj{
            margin-bottom: auto;
            margin-top: auto;
        }
        .conteiner2{
            text-decoration: none;
        }
        .projeto-item{
            display: flex;
                flex-direction: column;
                text-align: center;
            justify-items: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 17px;
            color: #c39c68;
            margin-top: 5rem;
            margin-bottom: 5rem;
        
            
        }
        .projeto-item a{
            color: #c39c68;
           
        }
        .projeto-item li{
            align-items: center;
            justify-items: center;
           
        }
            
        }
    






