.regen-design-section .regen-design-content {
  font-size: 15px;
}

.regren-philosophy-section {
  background-color: #004aad;
}

.feature-circle-tick {
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ------Training Approach section---------- */

.approach-card {
  flex: 0 0 auto;
  width: 420px;
  height: 440px;

  padding: 32px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  transition: width 0.35s ease, height 0.35s ease, box-shadow 0.35s ease,
    transform 0.35s ease;
}

.approach-img {
  width: 60px;
}

.approach-card:hover {
  width: 620px;
  height: 360px;
  transform: translateY(-6px);
}

.card-blue {
  background: #e0eef7;
}
.card-green {
  background: #d3eedc;
}
.card-pink {
  background: #eed3e9;
}
.card-peach {
  background: #eed3d3;
}

.approach-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
}

.approach-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* --------personalise section--------------- */

.personalise-sub-heading {
  color: #23262f;
  font-size: 18px;
  font-weight: 600;
}

/* -------------cta section-------------- */

.regen-cta-section .cta-regen-content {
  font-size: 18px;
  color: #ffffff;
}

.check-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 5px 24px 29px 24px;
  flex-wrap: wrap;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .where-espa-operates-section .where-espa-contents {
    padding: 0 !important;
  }

  .approach-card {
    width: 359px;
  }

  .check-list {
    align-items: flex-start;
    justify-content: start;
    gap: 15px;
  }

  .check-item {
    font-size: 13px;
  }
  .approach-right-section {
    padding: 0;
  }
}
