/* RIGHT */
.right {
  width: 65%;
}

.timeline {
  position: relative;
  padding-left: 1px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #dfe3ff;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 40px;
  position: relative;
}

.circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3f4bff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.circle.dashed {
  background: #fff;
  border: 2px dashed #3f4bff;
  color: #3f4bff;
}

.step p {
  font-size: 16px;
  line-height: 1.5;
  color: #2b2b2b;
}
.why-enter{
    display: flex;
    justify-content: space-between;
}
.tp-bg-common-white{
    background-color: var(--tp-common-white);
    padding: 20px 30px;
    width: 100%;
}
.built-for-modern{
    background: linear-gradient(
  135deg,
  #ffffff 0%,
  #f6f9ff 40%,
  #eef3ff 100%
);
padding: 30px 30px 0px;
}