/*
 * Homepage section rhythm
 * Reduces the outer vertical padding of every content section after the hero
 * by 40%, without changing component/card padding or the hero itself.
 */

.wgm-v2-clients {
  padding-top: 26px;
  padding-bottom: 29px;
}

.wgm-client-approved .wgm-exhibition {
  padding-top: 28px;
  padding-bottom: 28px;
}

.wgm-v2-stats {
  padding-top: 47px;
  padding-bottom: 50px;
}

.wgm-v2-products {
  padding-top: 49px;
  padding-bottom: 53px;
}

.wgm-v2-expertise {
  padding-top: 52px;
  padding-bottom: 55px;
}

.wgm-shorts {
  padding-top: 58px;
  padding-bottom: 50px;
}

.wgm-v2-testimonials {
  padding-top: 53px;
  padding-bottom: 55px;
}

.wgm-v2-industries {
  padding-top: 55px;
  padding-bottom: 59px;
}

.wgm-v2-choose {
  padding-top: 58px;
  padding-bottom: 60px;
}

.wgm-accreditation {
  padding-top: 54px;
  padding-bottom: 54px;
}

.wgm-blogs {
  padding-top: 53px;
  padding-bottom: 47px;
}

@media (max-width: 991.98px) {
  .wgm-shorts {
    padding-top: 46px;
    padding-bottom: 41px;
  }

  .wgm-v2-choose {
    padding-top: 43px;
    padding-bottom: 47px;
  }

  .wgm-blogs {
    padding-top: 43px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .wgm-v2-clients {
    padding-top: 20px;
    padding-bottom: 23px;
  }

  .wgm-v2-stats {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .wgm-v2-products {
    padding-top: 34px;
    padding-bottom: 37px;
  }

  .wgm-accreditation {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .wgm-blogs {
    padding-top: 35px;
    padding-bottom: 32px;
  }
}

@media (max-width: 575.98px) {
  .wgm-client-approved .wgm-exhibition {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wgm-v2-expertise {
    padding-top: 35px;
    padding-bottom: 38px;
  }

  .wgm-shorts {
    padding-top: 35px;
    padding-bottom: 31px;
  }

  .wgm-v2-testimonials {
    padding-top: 35px;
    padding-bottom: 38px;
  }

  .wgm-v2-industries {
    padding-top: 37px;
    padding-bottom: 41px;
  }

  .wgm-v2-choose {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
