/* mobile */

@media only screen and (max-width: 480px) {
    
    main {
        padding-top: 52px;
        padding-bottom: 64px;
    }

       .sobre-texto {
            margin-top: 36px;
            margin-bottom: 24px;
       }

        .sobre-texto span {
            font-size: 1.125rem;
            line-height: 2rem;
            font-weight: 600;
        }

}