.steps-section {
  background-color: #fff;
  padding: 32px 0;
  text-align: center;
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 50px;              /* changed from 30px */
  height: 50px;             /* changed from 30px */
  border: 0px dashed #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #fff;
}

.circle i {
  font-size: 20px;          /* adjusted for 50x50 circle */
  color: #000;
}

.step h5 {
  font-weight: 700;
  color: #000;
  margin-top: 0px;
}

/* Connector Line */
.step::after {
  content: "";
  position: absolute;
  top: 25px;                /* adjusted for smaller height */
  right: -57%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.col-md-4:last-child .step::after {
  display: none;
}

@media (max-width: 767px) {
  .step::after {
    display: none;
  }
}
.title-scrolls-hed
{
  font-weight:700 !important;font-size: 24px !important;
}
