 .cmef-reach__item-icon {
	width: 50px;
}
.cmef-reach__item-media img{
	margin-right: 1rem ;
}
 .pd-section {
      width: 100%;
      min-height: 593px;
      display: flex;
      align-items: center;
      justify-content: center;
/*       padding: 70px 0px 0px; */
    }

    .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-subtitle {
		color: #0a0b63;
		font-size: 22px;
		font-weight: 800;
		line-height: 1.35;
		max-width: 520px;
	}

	.pd-subtitle p {
		margin: 0 !important;
	}

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

    .pd-list {
      width: 100%;
      margin-bottom: 35px;
    }

    .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: #fccf17;
  border: none;

  padding: 14px 35px;

  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;

  transition: 0.3s ease;
}

    .pd-btn:hover {
      background: #f0b500;
	  color: #fff !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;
      }
    }

    @media (max-width: 600px) {

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

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

      .pd-subtitle {
        font-size: 18px;
      }

      .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%);
      }
    }
