/* Experience section */
.experience-section {
  border: 20px solid #f86d88;
}

.experience-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 122px;
  position: relative;
  z-index: 1;
}

.experience-section .experience-column {
  width: auto;
}

.experience-content-column {
  padding-left: 69px;
}

.experience-heading {
  margin-bottom: 15px !important;
}

.experience-sub-heading {
  font-size: 18.54px !important;
  line-height: 30.6px;
}

.experience-img-col {
  padding: 118px 136px 106px 0;
}

.experience-img-col::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 50%;
  pointer-events: none;
  opacity: 0.4;
  background: linear-gradient(180deg,
      rgba(237, 26, 59, 0.87) 0%,
      #ffc20f 86.35%);
  filter: blur(60px);
}

.experience-img {
  position: relative;
  z-index: 1;
}

.experience-img img {
  position: relative;
  border-radius: 8px;
}

/* Testimonials section */
.testimonials-section {
  padding: 99px 42px 163px;
}

/* 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: 572px){
  /* Experience Section */
  .experience-section {
    padding: 35px 63px 24px;
    border: 12px solid #f86d88;
  }

  .experience-heading {
    text-align: center;
  }

  .experience-sub-heading {
    line-height: 14.26px !important;
    text-align: center;
		font-size: 11px !important;
  }

  .experience-columns {
    gap: 27px;
  }

  .experience-content-column {
    padding-left: 0;
  }

  .experience-img-col {
    padding: 0;
  }

  .experience-img-col::before {
    top: 50%;
    right: 0;
    bottom: 10%;
    left: 0;
    filter: blur(35px);
    opacity: 0.6;
  }

  /* Testimonials section */
  .testimonials-section {
    padding: 35px 0 0 14px;
  }

  /* Download Section  */
  .download-section {
    padding: 24px 0 28px;
    margin: auto;
  }

  .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 {
    font-size: 12px !important;
    line-height: 17px;
    padding: 0 45px;
    margin-bottom: 25px;
  }

  .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 !important;
    height: 30px;
    font-size: 11px;
    line-height: 100%;
  }
}