

.cpn_read{
	text-align: center;
	margin: 2rem auto -2rem;
}
.cpn_read p{
    font-size: 2.0rem;
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.wcoupon_induction {
    text-align: center;
    margin-top: -5rem;
    padding: 0 0 10rem;
}
.wcoupon_induction div{
	margin: 1rem auto;
	width: 90%;
}
.wcoupon_induction p {
    text-align: center;
    line-height: 1.4;
    font-size: 2.2rem !important;
	font-weight: bold;
}
@media (max-width: 736px) {
	.cpn_read{
		margin: 1rem auto -3rem;
	}
	.cpn_read p{
		font-size: 1.2rem;
	}
	.wcoupon_induction p {
		font-size: 1.4rem !important;
	}
}



