/* LOCAL CSS UPDATE */
.push-beauty-expert__wrapper {
    margin-right: 105px;
}

.push-beauty-expert__text {
    text-align: left;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.push-beauty-expert__wrapper {
	    margin-right: 120px;
	}

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.push-beauty-expert__title span:first-child {
		font-size: calc(48px * var(--SCALE-TITLE));
	}
	.push-beauty-expert__title span {
    	font-size: calc(64px * var(--SCALE-TITLE));
	}
	.push-beauty-expert__wrapper {
	    margin-right: 0;
	}
}

@media (max-width: 480px) {
	.push-beauty-expert__wrapper {
	    margin-right: 0;
	}
	.push-beauty-expert__text {
	    text-align: center;
	}
}