.secTitle3 h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #004135;
  line-height: 2.5rem;
}

.howtoapplynew {
  background-color: #f1fff0;
  padding: 40px 0;
}

.apply-cards {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
}

.apply-card {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.icon-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 1rem;
}

.apply-btn-wrapper {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .apply-cards {
    flex-direction: row;
    align-items: flex-start;
  }
  .apply-cards::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #004135 0 20px, transparent 20px 40px);
    z-index: 0;
  }
  .apply-card .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin: 0 auto 1rem auto;
  }
  .apply-card:first-child::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -1px;
    width: 51%;
    height: 2px;
    background: #f1fff0;
    z-index: 1;
  }
  .apply-card:last-child::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -1px;
    width: 51%;
    height: 2px;
    background: #f1fff0;
    z-index: 1;
  }
  .apply-card::after {
    content: none !important;
  }
}
@media (max-width: 767px) {
  .secTitle3 h2 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .secTitle3 h2,
  .secTitle3 .desc, .secTitle3 p {
    text-align: left;
  }
  .apply-cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-left: 2.5rem;
    position: relative;
  }
  .apply-cards::before {
    content: none;
  }
  .apply-card {
    width: 100%;
    text-align: left;
    position: relative;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .apply-card .icon-wrapper {
    font-size: 14px;
    margin: 0;
    flex-shrink: 0;
  }
  .srb-btn {
    width: 100%;
  }
  .apply-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2.3rem;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00f200;
    z-index: 1;
  }
  .apply-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    left: -2.05rem;
    width: 1px;
    height: calc(100% + 2rem - 20px);
    background-image: repeating-linear-gradient(to bottom, #004135 0 20px, transparent 20px 40px);
    z-index: 0;
  }
}

/*# sourceMappingURL=howtoapplynew.css.map */
