.pd-item ul {
  margin: 0 0 0.5em 2em !important;
  padding-left: 0rem !important;
}
.pd-item li {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: #303044;
}
.pd-item li::marker {
  color: #00b4a7 !important;
  font-size: 1.95rem;
}
.cmef-reach__item-icon {
  width: 50px;
}

.pd-section {
  width: 100%;
  min-height: 593px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 70px 0px 0px; */
}

/* If data-cmef-image-position="right" */
.pd-section[data-cmef-image-position="right"] .pd-container {
  grid-template-columns: 60% 40%;
}

/* Optional for left */
.pd-section[data-cmef-image-position="left"] .pd-container {
  grid-template-columns: 40% 60%;
}

.pd-container {
  width: 100%;
  max-width: 1300px;
  display: grid;
  /*  grid-template-columns: 50% 50%; */
  justify-content: center;
  align-items: center;
  column-gap: 0px;
}

/* LEFT */

.pd-left {
  width: 100%;
}

.pd-title {
  line-height: normal !important;
}

/* .pd-title {
      font-size: 54px;
      line-height: normal;
      font-weight: 900;
      color: #0a0b63;
      letter-spacing: -2px;
      margin-bottom: 24px;
    } */

/* .pd-title sup {
      font-size: 20px;
      top: -22px;
      position: relative;
    } */

.pd-title p {
  margin: 0px !important;
}
.pd-desc {
  font-size: 16px;
  line-height: normal;
  color: #5c5c5c;
  font-weight: 700;
  margin-bottom: 42px;
  max-width: 430px;
}

.pd-list {
  width: 80%;
  margin-top: 50px;
}

.pd-item {
  border-bottom: 1px solid #bfe8e7;
  /* padding-bottom: 18px; */
  margin-bottom: 18px;
  font-weight: 700 !important;
  color: #090b5f;
}

.pd-item p {
  margin-bottom: 10px !important;
}

.pd-item:last-child {
  margin-bottom: 0;
}

.pd-item h4 {
  line-height: normal;
  color: #090b5f;
  font-weight: 700;
  margin-bottom: 5px;
}

.pd-item p {
  font-size: 16px;
  line-height: normal;
  color: #000000;
  font-weight: 400;
}

.pd-item p strong {
  color: #07b4b0;
  font-weight: 900;
}

/* .pd-btn {
      width: 320px;
      height: 52px;
      background: #ffc20d;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #000;
      font-size: 16px;
      font-weight: 900;
      transition: 0.3s ease;
    } */

.pd-btn {
  margin-top: 30px;
  background: #ffc20e;
  border: 1px solid #ffc20e;
  padding: 14px 35px;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.4s ease;
  color: #0e0e55;
}

.pd-btn:hover {
  background: #fff;
  color: #0e0e55 !important;
}

/* RIGHT */

.pd-right {
  position: relative;
  width: 420px;
  height: 520px;
}

.pd-shape {
  position: absolute;
  background: #d9f1f1;
  border-radius: 24px;
  z-index: 1;
}

.pd-shape-top {
  width: 250px;
  height: 350px;
  top: 0;
  right: -45px;
}

.pd-shape-bottom {
  width: 250px;
  height: 350px;
  left: 0;
  bottom: 0;
}

.pd-image {
  position: absolute;
  width: 350px;
  height: 390px;
  right: 10px;
  top: 70px;
  border-radius: 28px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pd-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .pd-container {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .pd-left {
    max-width: 100%;
  }

  .pd-title {
    font-size: 42px;
  }

  .pd-item h3 {
    font-size: 20px;
  }

  .pd-item p {
    font-size: 15px;
  }

  .pd-right {
    margin: auto;
  }
}

.pd-left div h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #0e0e55;
}

.pd-left div p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #303044;
}

@media (max-width: 767px) {
  .pd-left div h2 {
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #0e0e55;
  }
  
  .pd-left div p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #303044;
  }

  .pd-section[data-cmef-image-position="right"] .pd-container {
    grid-template-columns: 1fr;
  }

  .pd-section {
    padding: 50px 20px;
  }

  .pd-title {
    font-size: 34px;
  }

  .pd-desc {
    font-size: 14px;
  }

  .pd-item h3 {
    font-size: 18px;
  }

  .pd-item p {
    font-size: 14px;
  }

  .pd-btn {
    width: 100%;
  }

  .pd-right {
    width: 100%;
    height: 420px;
  }

  .pd-shape-top,
  .pd-shape-bottom {
    width: 180px;
    height: 250px;
  }

  .pd-image {
    width: 260px;
    height: 320px;
    right: 50%;
    transform: translateX(50%);
  }
}
