.law-services-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-family: 'Microsoft Yahei', 'PingFang SC', Arial, sans-serif !important;
}

.law-services-wrapper .law-services-item {
  overflow: hidden;
  flex: 0 0 calc(25% - 27px);
  margin-right: 36px;
  margin-bottom: 36px;
  height: 50px;
}

.law-services-wrapper .law-services-item:nth-child(4n) {
  margin-right: 0;
}

.law-services-wrapper .law-services-item a {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  letter-spacing: 1px;
  text-decoration: none;
  color: #666;
  transition: all 300ms;
  background-size: 100% 100%;
}

.law-services-wrapper .law-services-item a:hover {
  background: #00428e;
  color: #fff;
  border: 1px solid #00428e;
  /*border-width: 0;*/
  /*font-weight: 600;*/
}

/*# sourceMappingURL=services.css.map */
