/* Success section */
.success-heading{
	margin-top: 89px !important;
	margin-bottom: 113px !important;
}

.success-section .highlight-heading{
	border-bottom: 1px solid transparent;
  background-image: linear-gradient(90deg, #ED1B3B 0%, #FEC116 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 47% 3.16px;
	background-position-x: 2.2em;
	padding-bottom: 5px;
}

.success-columns{
	margin: 0 93px;
}

.success-column{
	border-radius: 19.74px;
	box-shadow: 0px 3.59px 11.85px 0px #00000040;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 65px 33px 90px;
	width: 358px;
	height: 275px;
	cursor: pointer;
}

.success-column:hover{
   transform: scale(1.1);
}

.review-text{
	color: #000000;
	text-align: center;
}

.review-customer{
	color: #000000;
	text-align: center;
}

.review-img{
	position: absolute;
	top: -23%;
}

.review-highlight{
	font-size: 16px !important;
	font-weight: 600;
	line-height: 24px;
}

.review-highlight-red{
	font-size: 18px !important;
	font-weight: 600;
	line-height: 27px;
	color: #ED1A3B;
}

@media only screen and (max-width: 572px) {
    /* Success section */
	.success-heading{
		margin-top: 39px !important;
		margin-bottom: 80px !important;
	}

	.success-columns{
		margin: 0 auto;
		display: flex !important;
		flex-direction: column;
		align-items: center !important;
		justify-content: center;
		gap: 75.48px;
	}

	.success-column{
		border-radius: 14.02px;
		box-shadow: 0px 2.55px 8.41px 0px #00000040;
		padding: 55px 22.77px 25.54px 23.44px;
		width: 75%;
	}
	
	.review-img{
		top: -15%;
    width: 75px;
    height: 75px;
	}

	.review-text{
/* 		line-height: 14.5px; */
	}

	.review-customer{
/* 		line-height: 14.91px; */
	}

	.review-highlight{
		font-size: 11.36px !important;
		line-height: 17.04px;
	}

	.review-highlight-red{
		font-size: 12.78px !important;
		line-height: 19.17px;
	}
}