@media (max-width: 440px) {
    #floresta-title p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    #floresta-title h1::before {
        width: 30px;
    }
    #floresta-title h1::after{
        width: 30px;
    }
    #floresta-title h1 {
        font-size: 18px;
    }
    #floresta-title h2{
        font-size: 9px;
    }
    
}