main {
  background-color: #f5f7fa;
}
.categorie-items {
  padding-bottom: 3.64rem;
}
.categorie-items .categories-item {
  width: 48%;
  margin-right: 4%;
  background-color: #fff;
  padding: 1.36rem 0.91rem;
  margin-bottom: 1.36rem;
}
.categorie-items .categories-item h3 {
  font-size: 1.09rem;
  padding-bottom: 0.91rem;
  margin-bottom: 0.91rem;
  border-bottom: 0.05rem solid #f0f0f0;
}
.categorie-items .categories-item ul li {
  margin-right: 0.68rem;
  margin-bottom: 0.45rem;
}
.categorie-items .categories-item ul li a {
  display: inline-block;
  height: 1.59rem;
  padding: 0 0.91rem;
  line-height: 1.59rem;
  text-align: center;
  color: #0b3e64;
  border: 1px solid rgba(11, 62, 100, 0.4);
}
.categorie-items .categories-item ul li a i {
  color: rgba(11, 62, 100, 0.4);
  margin-right: 6px;
}
.categorie-items .categories-item ul li a:hover {
  background-color: #0b3e64;
  color: #fff;
}
.categorie-items .categories-item ul li a:hover i {
  color: #fff;
}
.categorie-items .categories-item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .categorie-items .categories-item {
    width: 100%;
    margin-right: 0;
  }
}
