.BucketsBlock_PracticeAreas {
  background-color: #e9ecef;
}
.BucketsBlock_PracticeAreas .buckets {
  padding-top: 1rem;
}
.BucketsBlock_PracticeAreas .img {
  margin-bottom: 10px;
}
.BucketsBlock_PracticeAreas h5 {
  font-family: "Nunito Sans", sans-serif;
  color: #2e2512;
  font-weight: 700;
  font-size: 1.2rem;
}

.BucketsBlock_HomeIntroAndStats {
  text-align: center;
}
.BucketsBlock_HomeIntroAndStats .stats {
  margin-bottom: 2rem;
  margin-top: -2.5rem;
}
.BucketsBlock_HomeIntroAndStats .stats .stat {
  background-color: #282828;
  text-align: center;
  min-height: 140px;
}
.BucketsBlock_HomeIntroAndStats .stats .stat:nth-child(even) {
  background-color: #484848;
}
.BucketsBlock_HomeIntroAndStats .stats .stat > .inner {
  width: 100%;
}
.BucketsBlock_HomeIntroAndStats .stats .stat > .inner p {
  margin-bottom: 0;
  color: #fff;
}
.BucketsBlock_HomeIntroAndStats .stats .stat .val {
  font-family: "DM Serif Display", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #B79040;
}
@media (min-width: 992px) {
  .BucketsBlock_HomeIntroAndStats .stats {
    margin-top: -4rem;
    margin-bottom: 0;
    transform: translateY(-50%);
  }
}

.BucketsBlock_FourColumns {
  background-color: #282828;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.BucketsBlock_FourColumns .intro-col {
  text-align: center;
}
.BucketsBlock_FourColumns .buckets {
  margin-top: 3rem;
}
.BucketsBlock_FourColumns .bucket > .inner {
  padding-top: 1.5rem;
  border-top: 2px solid #B79040;
}
