  .microsoft-dynamics ul li {
    list-style: disc;
    margin-left: 20px;
    color: #000;
    line-height: 32px;
}
section.call-to-action-center.hero-4 {
    text-align: center;
    padding: 60px 0px 80px;
    color: #fff;
    background: linear-gradient(0deg, #fbfbfb4d, #e2beed) !important;
}
section.call-to-action-center.hero-4 a {
    width: 30% !important;
}


 /* Background */
.pp-timeline-section {
    background: #fff !important;
}



/* Timeline base */
.pp-timeline {
  position: relative;
  margin-top: 50px;
}

/* Center line */
.pp-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(#663999, #663999);
  transform: translateX(-50%);
}

/* Row */
.pp-row {
  display: flex;
  margin-bottom: 22px;
  position: relative;
}

/* Left / Right alignment */
.pp-row.left {
  justify-content: flex-start;
}

.pp-row.right {
  justify-content: flex-end;
}

/* Box */
.pp-box {
  width: 45%;
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  position: relative;
  transition: 0.3s;
}

/* Hover */
.pp-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Dot */
.pp-row::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #e3c0ed;
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 6px rgb(242 227 247);
}

/* Text */
.pp-box h5 {
  font-weight: 600;
  margin-bottom: 8px;
   color: #000 !important;
}

.pp-box p {
  color: #000000;
  margin: 0;
}


@media (max-width: 1024px) {
section.call-to-action-center.hero-4 a {
    width: 50% !important;
}
}

/* Mobile */
@media (max-width: 768px) {
  .pp-timeline::before {
    left: 10px;
  }

  .pp-row {
    justify-content: flex-start !important;
    padding-left: 30px;
  }

  .pp-box {
    width: 100%;
  }

  .pp-row::after {
    left: 10px;
  }
  section.call-to-action-center.hero-4 a {
    width: 50% !important;
}
}


@media (max-width: 700px) {
section.call-to-action-center.hero-4 a {
    width: 100% !important;
}
}