            .projeto-btn {
                display: block;
                padding: 0.75rem 1.5rem;
                background-color: rgb(109, 62, 47);
                color: white;
                text-decoration: none;
                border-radius: 18px;
                transition: all 0.2s ease;
                font-weight: 500;
                text-align: center;
                margin-right: auto;
            }
            
            .projeto-btn:hover {
                background-color: #5c8c64;
                color: white; 
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }

            .projeto-img-link {
                display: block;
                width: 100%;
            }

            .projeto-img-link img {
                margin-left: 1.1rem;
                max-width: 80%;
            }

            .projeto-img-link img.ensino-img {
                margin-left: 0.1rem;
            }

            .projeto-img-link img.atividades-img {
                max-width: 65%;
                margin-left: 2.1rem;
                margin-top: 0.4rem;
            }



           