
.help-grow-business img{
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
    
}
.how-to-get-loan-inner h2 {
  font-weight: 700;
  font-size: 30.22px;
  
  letter-spacing: 0%;
}
.how-to-get-loan-inner p {
  color: #505050;
  font-size: clamp(1rem, 0.9318rem + 0.3409vw, 1.1875rem);
  margin-top: 10px;
}
.loan-apply-flow {
  position: relative;
  
}
.loan-apply-flow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  border: 1px solid #939292;
  height: 100%;
  z-index: -1;
}
.apply-white-box {
  border: 0.68px solid #939292;
  display: inline-block;
  padding-inline: 50px;
  border-radius: 16px;
  height: 59px;
  place-content: center;
  text-align: center;
  background: #fff;
  outline: 10px solid #fff;
  margin-inline: auto;
}
.apply-gray-box {
  background-color: #f5f5f5;
  width: 100%;
  max-width: 407px;
  padding: 15px 26px;
  border-radius: 20px;
  font-weight: 400;
  
  letter-spacing: 0%;
  color: #000;
  outline: 10px solid #fff;
  span{
      
      font-size: clamp(1rem, 0.7955rem + 1.0227vw, 1.5625rem);
  }
}

.timeline-step-date {
  display: block;
  margin-top: 8px;
  font-size: clamp(0.8125rem, 0.767rem + 0.2273vw, 0.9375rem);
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
}

.application-event-box {
  width: 100%;
  max-width: 407px;
  text-align: center;
  background: #fff;
}
/* Same language as .apply-gray-box (timeline detail cards) */
.ceremony-meta-panel {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 22px;
  border-radius: 20px;
  outline: 10px solid #fff;
  margin-bottom: 14px;
  text-align: left;
}
.disbursement-ceremony-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px 18px;
  margin-bottom: 0;
  text-align: left;
  font-family: inherit;
}
.ceremony-meta-item {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.125rem);
  font-weight: 400;
  color: #393939;
  line-height: 1.45;
  letter-spacing: 0%;
}
.ceremony-meta-label {
  font-weight: 600;
  color: #000;
  letter-spacing: 0%;
}
.ceremony-meta-value {
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
}
a.ceremony-meta-link {
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.8693rem + 0.3409vw, 1.0625rem);
  color: var(--primary-color, #368420);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  letter-spacing: 0%;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}
a.ceremony-meta-link:hover {
  color: #2a6b22;
  border-bottom-color: currentColor;
}
.disbursement-ceremony-photo {
  margin: 0 0 12px;
  text-align: center;
}
a.ceremony-photo-link {
  display: block;
  line-height: 0;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
a.ceremony-photo-link:focus-visible {
  outline: 2px solid var(--primary-color, #368420);
  outline-offset: 3px;
}
.ceremony-group-img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 16px;
  border: 0.68px solid #939292;
}
.application-event-box p {
  font-weight: 400;
  font-size: 17.48px;
  
  letter-spacing: 0%;
  margin-bottom: 10px;
  text-align: left;
}
.application-event-box a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  
  letter-spacing: 0%;
  text-decoration: none;
  text-align: center;
}
.before-after-img-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-block: 30px;
  width: 100%;
  max-width: 855px;
  border: 0.68px solid #939292;
  padding: 30px 25px;
  margin-block: 20px;
  background: #fff;
  border-radius: 20px;
  img {
    min-width: 304px;
    object-fit: cover;
    aspect-ratio: 16 / 8;
    border-radius: 16px;
    object-position: center;
  }
}

@media (max-width: 768px) {
  .loan-apply-flow{
    margin-top: 20px;
    p{
      margin-top: 0;
      outline: none;
    }
  }
}