.mundo{
	height: 90px;
}
.texto{
	height: 50px;
    max-width: max-content !important;
}
@media only screen and (max-width: 991px) {
    .mundo{
		height: 50px;
	}
	.mobile-position{
		top: 12px;
	}
}