.comparison-ad {
	background-color: white;
	color: #333;
	border: 1px solid #ececec;
	box-shadow: 0px 3px 5px 2px #ececec;
	border-radius: 4px;
	margin-bottom: 30px;
	width: 100%;
}

.lendedu-ad-disclosure--wrapper {
	width: 100%;
	text-align: right;
}

.lendedu-ad-disclosure {
	font-size: 10px;
	color:#939393;
	line-height: 12px;
	font-weight: 500;
}

.comparison-ad__header {
	padding: 25px 20px 20px;
	text-align: center;
	border-bottom: 3px solid #50CB81 ;
}

.comparison-ad__title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 0px;
}

.comparison-ad__row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid  #ececec;
	padding: 20px 0px;
}

.comparison-ad__row:hover {
	/* background-color: rgba(82,180,219,.11); */
	background-color: #f9f9f9;
}

.comparison-ad__column {
	width: 25%;
	padding: 0px 15px;
}

.comparison-ad__row .comparison-ad__column:nth-child(2) {
	width: 50%;
}

.comparison-ad__img {
	max-width: 100%;
}

.comparison-ad__content-header {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	text-decoration: none;
	color: #333;
}

.comparison-ad__content-body {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
	text-decoration: none;
	color: #333;
}

.comparison-ad__content-list {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
	padding-left: 30px;
}


@media (max-width: 600px) {
	.comparison-ad__row {
		flex-wrap: wrap;
		align-items: center;
	}

	.comparison-ad__row .comparison-ad__column:nth-child(1) {
		width: 30%;
	}
	.comparison-ad__row .comparison-ad__column:nth-child(2) {
		width: 70%;
	}
	.comparison-ad__row .comparison-ad__column:nth-child(3) {
		width: 100%;
		padding-top: 15px;
	}
}
.ledu-btn-full-width {
	max-width:100%;
}

.ledu-btn-advertisement-block {
	border-radius: 4px;
	background: #FF712C;
	font-size: 14px;
	font-weight: 600;
	color: white;
	padding: 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
	border: none;
}

.ledu-btn-advertisement-block:hover{
	background: #FF9219;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	color: white;
}