/*Key Feature Section ******************************************************************/
.key-features-section {
  padding: 87px 156px 97px;
}

.key-features-heading {
  margin-top: 0 !important;
}

.key-features-sub-heading {
  margin: 0px !important;
  line-height: 33px;
}

.key-sections-row {
  display: flex;
  gap: 47px;
}

.key-feature-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px 0px #0000001a;
}

.key-feature-heading {
  font-size: 20px !important;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}

@media only screen and (max-width: 576px) {
    .key-features-section {
        padding: 39px 0 43px;
        margin: 0 auto;
        background-color: #fff;
      }
    
/* 	.sm-text{
		font-size:12px !important;
	} */
      .key-features-heading {
        padding: 0 10px;
      }
    
      .key-features-sub-heading {
        line-height: normal;
        margin: 7px auto 28px;
        padding: 0 16px;
      }
    
      .key-sections-container {
        display: flex;
        flex-direction: column;
        gap: 21px;
      }
    
      .key-sections-row {
        width: 90%;
        margin: auto;
      }
    
      .key-sections-row:not(:last-child) {
        margin-bottom: 21px;
      }
    
      .key-feature-card {
        padding: 13px;
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
    
      .key-feature-icon {
        transform: scale(0.6);
        transform-origin: left;
        margin-bottom: 0;
      }
    
      .key-feature-heading {
        font-size: 16px !important;
        padding-left: 0;
        margin: 7px 0 !important;
      }
    
      .key-feature-text {
        padding-left: 0;
      }   
}

/*Key Feature Section ******************************************************************/



/*Highlight Section ******************************************************************/


.highlights-section {
		    background-image: url(https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/features_background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
		padding: 24px;
  margin: 0px !important;
}

.highlights-columns {
  display: flex;
  justify-content: center;
  gap: 165px;
}

.highlights-section .highlights-columns .highlight-column {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.highlight-heading {
  font-size: 42px !important;
  font-weight: 600;
}

.highlight-text {
  font-size: 25px !important;
}


@media only screen and (max-width:576px) {
    .highlights-section {
        padding: 0 !important;
        margin-bottom: 0;
        margin-top: 0;
      }
    
      .highlights-columns {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 14px;
        margin-bottom: 0;
      }
    
      .highlights-section .highlights-columns .highlight-column {
        flex-basis: auto !important;
      }
    
      .highlight-heading {
        font-size: 32px !important;
        margin-bottom: 5px;
      }
    
      .highlight-text {
        font-size: 11px !important;
      }
     .highlight-column .sm-text {
    font-size: 10px !important;
    }   
}

/*Highlight Section ******************************************************************/


/*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 36px;
	width: 358px;
	height:auto !important;
	cursor: pointer;
}

.success-column:hover{
   transform: scale(1.1);
}

.review-text{
/* 	font-weight: 500; */
	color: #000000;
	text-align: center;
}

.review-customer{
/* 	font-size: 14px !important; */
	font-weight: 500;
/* 	line-height: 21px; */
	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{
		font-size: 9.67px !important;
		line-height: 14.5px;
	} */

/* 	.review-customer{
		font-size: 9.94px !important;
		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;
	}
}
/*Success Section ******************************************************************/