/* top */
@media screen and (min-width: 835px) {
	.plan_btn {
	    height: 280px;
	}
}
@media screen and (min-width: 835px) and (max-width: 1124px) {
	.plan_btn {
	    height: 320px;
	}
}
@media screen and (min-width: 835px) {
	.monthly:hover {
	    height: 450px;
	}
}

/* price */
.pri-plan__prices {
	text-align: right;
}