.texto_dos_columnas {
	
	padding: 7vh 19vw;

    leading-trim: both;
    text-edge: cap;
    font-family: 'STRADIVARIUS-SANS';
    font-style: normal;

}

.texto_dos_columnas .titulo h2 {
    
    font-weight: 600;
    font-size: 3.7rem;

    padding-bottom:1vw;

}

.texto_dos_columnas .texto {
    
    font-weight: 400;
    font-size: 1.5rem;

}

    .texto_dos_columnas .texto p {

    	margin-bottom: 1rem;

    }

.wp-admin .texto_dos_columnas {

	padding: 0;

}

@media screen and (max-width: 900px) {

    .texto_dos_columnas {
    
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 0;

    }

    .texto_dos_columnas .titulo h2 { 

        font-size: 10vw;

    }

    .texto_dos_columnas .texto {

        font-size: 1.2rem;

    }

}