.pp-how-to-step.pp-has-img {
    display: flex;
	.pp-how-to-step-content {
		width: 70%;
	}
	.pp-how-to-step-image {
		width: 30%;
	}
}
@mixin howto--mobile() {
	.pp-how-to-step.pp-has-img.pp-step-img-left,
	.pp-how-to-step.pp-has-img.pp-step-img-right {
		.pp-how-to-step-content {
			width: 100% !important;
		}
	}
}