.advised-upsell {
	margin: 0px 0px 120px;
}
.advised-upsell .heading-content {
	margin-bottom: 10px;
	border: 0px;
}
.advised-upsell .text {
	background: #EDF1F3; 
	background-image: url("/web/img/element/tree.png");
	background-position: right bottom;
	background-size: 50%;
	background-repeat: no-repeat;
	padding: 50px 50px 250px; 
	font-size: 22px; 
	line-height: 1.7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.advised-upsell .text-img {
	width: 100%;
	height: 200px;
	margin: 10px 0px 0px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.advised-upsell .text-img img {
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.advised-upsell .subscription-table {
	margin-top: 30px;
}
.advised-upsell .subscription-table tr td {
	padding: 10px 0px;
}
.advised-upsell .subscription-table tr td:nth-child(2) {
	border-right: 0px;
}
.advised-upsell .subscription-table tr:last-child td {
	border-bottom: 0px;
}
.advised-upsell .subscription-table tr td .free-trial {
	font-size: 14px;
}
.advised-upsell .skip-btn {
	margin: 0px 20px 0px 0px;
	text-transform: uppercase;
}
.advised-upsell .start-trial-btn {
	margin: 0px 0px 0px 20px;
	text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
	.advised-upsell .text {
		padding-bottom: 170px;
	}
}

@media screen and (max-width: 767px) {
	.advised-upsell .text {
		font-size: 20px;
		line-height: 1.5;
		padding: 30px 30px 100px 30px;
		background-size: 30%;
	}
	.advised-upsell .subscription-table tr td:nth-child(2) {
		width: 150px;
	}
}

@media screen and (max-width: 468px) {
	.advised-upsell .text {
		background-size: 50%;
	}
	.advised-upsell .skip-btn {
		display: block;
		margin: 0px 0px 20px 0px;
	}
	.advised-upsell .start-trial-btn {
		display: block;
		margin: 0px;
	}
}