//Estilos global del texto (POLICÍA NACIONAL DE COLOMBIA) que se muetra al lado derecho del logo
.block-bean-policia-nacional-de-colombia {
	.field-name-field-body  {
		max-width: 180px;
		
		@media screen and (min-width: $s-tb) and (max-width: $s-lg + 108) {
    		max-width: 156px;
		}

		p {
			color: $c-dimgray;
			font-weight: bold;
			font-size: 110%;
			line-height: 1.2;
			margin: 0;
			
			@media screen and (min-width: $s-tb) and (max-width: $s-lg + 108) {
				font-size: 98%;
			}
		}
	}
}