.law-services-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  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: 90px;
}

.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 dashed #dbdbdb;
  letter-spacing: 1px;
  text-decoration: none;
  color: #343a40;
  transition: all 300ms;
  background-size: 100% 100%;
}

.law-services-wrapper .law-services-item a:hover {
  background: #0c64af;
  color: #fff;
  border-width: 0;
  font-weight: 600;
}

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