.pillar-section,
.mid-banner-section {
  margin: 14rem 0;
}
.pillar-div {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.pillar-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pillar-heading-p {
  width: 90%;
}
.pillar-card {
  position: relative;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-left: 1px dashed #e3e3e3;
}
.pillar-card h3 {
  margin-bottom: 0;
}
.pillar-card::before {
  content: "";
  position: absolute;
  top: 110px;
  bottom: 0;
  left: -2.5px;
  height: 35px;
  width: 4px;
  border-radius: 2px;
  background-color: #6938ef;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .pillar-card::before {
    top: 100px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .pillar-wrapper {
    gap: 4rem;
  }
  .pillar-card {
    gap: 0rem;
  }
  .pillar-div {
    gap: 4rem;
  }
  .pillar-card::before {
    top: 90px;
    height: 20px;
  }
  .pillar-card img {
    width: 50px;
    margin-bottom: 2rem;
  }
  .pillar-heading-p {
    width: 100%;
  }
}

.agent-card-col {
  margin-bottom: 3rem;
}
.three-image-text-section {
  margin: 8rem 0 12rem 0 !important;
}
