.BucketsBlock_PracticeAreas {
  background-color: #f1f2f3;
}
.BucketsBlock_PracticeAreas .buckets {
  padding-top: 1rem;
}
.BucketsBlock_PracticeAreas .img {
  margin-bottom: 10px;
}
.BucketsBlock_PracticeAreas h5 {
  font-family: "Nunito Sans", sans-serif;
  color: #00544F;
  font-weight: 700;
  font-size: 1.2rem;
}
.BucketsBlock_PracticeAreas .bucket {
  display: block;
  text-decoration: none;
}
.BucketsBlock_PracticeAreas .bucket > .inner {
  padding: 15px;
}
.BucketsBlock_PracticeAreas .bucket:hover {
  background-color: #d7dce1;
}

.BucketsBlock_HomeIntroAndLogos {
  text-align: center;
  background: url("../../img/northpoint-legal-logo-mountain.svg") no-repeat center bottom;
  padding-bottom: 70px;
}
.BucketsBlock_HomeIntroAndLogos .diamonds:after {
  margin-left: auto;
  margin-right: auto;
}
