/*Phone Section ******************************************************************/

.phone-section{
	padding: 50px 101px 30px 107px;
}

.phone-text-container{
	  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone-heading{
	font-weight: 600;
	font-size: 46.76px !important;
	line-height: 117%;
	text-align: center;
	margin-top: -40px !important;
	margin-bottom: 14px !important;
}

.phone-text{
	font-weight: 500;
	font-size: 27.07px !important;
	line-height: 125%;
	text-align: center;
	margin-bottom: 46px;
}

.mobile-links-container{
	gap: 21px;
}
	
@media only screen and (max-width: 576px) {
    .phone-section {
    padding: 30px;
	}
	
	.phone-img-container {
		order: 2;
		margin-left: 30px !important;
	}
	
	.phone-heading{
		margin-top: 0 !important;
		font-size: 23px !important;
		line-height: 29px;
	}
	
	.phone-text{
		font-size: 16px !important;
		line-height: inherit !important;
		margin-bottom: 19px;
	}
	
	.mobile-links-container{
		gap: 9px;
	}
	
	.mobile-links-container figure{
		width: 82px;
	}
}

/*Phone Section ******************************************************************/

/*Recommended by Section ******************************************************************/


.recommended-container{
	background-color: #FEF8F8;
	min-height: 514px;
	padding: 86px 0 100px;
	margin-bottom: 0;
}

.recommended-heading{
	margin-top: 0 !important;
	margin-bottom: 77px !important
}

.recommended-columns{
	margin: 0 182px 0 159px;
}

.recommended-column{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.recommended-rating{
	font-size: 27.22px !important;
	font-weight: 600;
	line-height: 38px;
	color: #414141;
}


@media only screen and (max-width: 576px) {
 	/* Recommended by */
     .recommended-container{
		min-height: 808px;
		padding: 45px 0 77.88px;
	}

	.recommended-heading{
		margin: 0 12px 66px !important;
	}

	.recommended-columns{
		margin: 0 auto;
	}
	
	.industry-img{
		width: 225px;
		text-align: center;
	}

	.industry-rating-img{
		width: 154px;
		height: 28px;
	}

	.recommended-rating{
		font-size: 21.79px !important;
		line-height: 30.41px;
	}   
}
/*Recommended by Section ******************************************************************/


	/* Download section ******************************************************************/
.download-section {
  background-color: #f86d88;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.download-gradient-section {
  padding: 81px 214px !important;
  position: relative;
}

.download-gradient-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(800px circle at center,
      #ffc20f 0%,
      #ed1a3b 40%,
      #f86d88 70%);
  opacity: 0.3;
  filter: blur(20px);
  z-index: 1;
}

.download-heading,
.download-sub-heading,
.download-ocr-btn {
  position: relative;
  z-index: 2;
}

.download-heading {
  font-weight: 600;
}

.download-sub-heading {
  line-height: 28px;
  margin: 11px auto 38px;
}

.download-ocr-btn {
  display: flex !important;
  justify-content: center;
}

.download-ocr-btn a {
  width: 272px !important;
  height: 52px;
  border-radius: 9999px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-weight: 700;
  font-size: 18px !important;
  text-align: center;
  color: #ff003a !important;
  padding: 12px 27px;
}

.download-ocr-btn a:hover,
.download-ocr-btn a:active {
  opacity: 0.9;
  background-color: #fff;
}


@media only screen and (max-width: 576px) {

    /* Download Section  */
  .download-section {
    padding: 24px 0 28px;
    margin: auto;
  }
	.sm-text{
		font-size:16px !important;
	}
  .download-gradient-section {
    padding: 24px 0 28px !important;
    margin: auto;
  }

  .download-heading {
    font-size: 17px !important;
    line-height: 22px;
    padding: 0 20px;
  }

  .download-sub-heading {
    padding: 0 45px;
    margin-bottom: 25px;
  }
	
	.download-transform-mobile{
		display:flex !important;
		justify-content:center;
	}
	
	.download-transform-mobile > a{
		    background-color: #FFFFFF !important;
        color: #ED1A3B !important;
        width: max-content !important;
        padding: 12px;
        border-radius: 999px;
        font-size: 14px !important;
				z-index:2;
	}

  .download-ocr-btn.show-on-desktop {
    display: none !important;
  }

  .download-ocr-btn.show-on-mobile {
    margin-bottom: 0 !important;
  }

  .download-ocr-btn.show-on-mobile a {
    border-radius: 9999px !important;
    display: flex;
    justify-content: center;
    padding: 7px 15px;
    height: 30px;
    font-size: 11px;
    line-height: 100%;
  }
    
}
	
	/* Download section ******************************************************************/