/* Default spacing for all sections */
.section_padding {
  padding: 120px 0;
}

/* Tighter spacing for How It Works */
.how_it_works {
  padding-top: 40px;   /* reduce top gap */
  padding-bottom: 80px; /* keep some breathing room */
}

/* Reduce heading gap just for this section */
.how_it_works .section_title {
  margin-bottom: 30px; /* was 60px */
}
