
@media(min-width: 130px) and (max-width: 720px){

    .scroll-animation {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    /* Pagina de Artes */
    .NomeGrande a{
        width: 0;
    }

    .NomeGrande h1{
        width: 40rem;
        font-size: 2.5rem;
    }

    .NomeGrande p{
        width: 40rem;
    }

    .imagens .GradeDeImagens{
        padding: 1rem;
        margin: 0;
        gap: 2rem;
    }

    .imagens .GradeDeImagens .ImagensLinks img{
        width: 30rem;
        border-radius: 2rem;
    }

    .DetailsVerMaisProjetos details summary{
        width: 40rem;
    }

}