.new-patient-offers {
  padding: 50px 0;
  background-color: #F2E8E9;
}
.new-patient-offers__container {
  max-width: 1270px;
  margin: 0 auto;
  width: 95%;
}
.new-patient-offers__container .new-patient-offers__header {
  text-align: center;
}
.new-patient-offers__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.new-patient-offers__cards .new-patient-offers__card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  background: #FFF;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-title {
  width: 100%;
  display: block;
  padding: 16px 20px;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.new-patient-offers__cards .new-patient-offers__card:nth-child(1) .new-patient-offers__card-title {
  background-color: #EBF4F6;
  color: #000;
}
.new-patient-offers__cards .new-patient-offers__card:nth-child(2) .new-patient-offers__card-title {
  background-color: #F4F3ED;
  color: #000;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-description {
  flex-grow: 1;
  width: 100%;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-description p {
  font-size: 15px;
  line-height: 1.6;
  color: #4A5568;
  margin-bottom: 20px;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-description p:first-of-type {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-description p:last-of-type {
  margin-bottom: 0;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-restrictions {
  margin: 25px 0 20px;
  width: 100%;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-restrictions p {
  font-size: 15px;
  line-height: 1.5;
  margin: 6px 0;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-restrictions p:first-of-type {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-restrictions p:last-of-type {
  color: #555F7D;
  font-weight: 400;
}
.new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-value {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 12px;
  margin-top: auto;
  display: inline-block;
  width: fit-content;
  box-sizing: border-box;
  position: absolute;
  bottom: -20px;
}
.new-patient-offers__cards .new-patient-offers__card:nth-child(1) .new-patient-offers__card-value {
  background-color: #EBF4F6;
  color: #000;
}
.new-patient-offers__cards .new-patient-offers__card:nth-child(2) .new-patient-offers__card-value {
  background-color: #F4F3ED;
  color: #000;
}
.new-patient-offers .new-patient-offers__cta-wrap {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .new-patient-offers__cards {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .new-patient-offers__cards .new-patient-offers__card {
    padding: 30px 20px;
  }
  .new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-description p {
    font-size: 14px;
  }
  .new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-description p:first-of-type {
    font-size: 15px;
  }
  .new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-restrictions p {
    font-size: 14px;
  }
  .new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-restrictions p:first-of-type {
    font-size: 15px;
  }
  .new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-value {
    font-size: 18px;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 600px) {
  .new-patient-offers__cards .new-patient-offers__card .new-patient-offers__card-title {
    font-size: 18px;
    padding: 12px 15px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=new-offers.css.map */
