.filter-list .d-flex:nth-child(n + 4){
  margin-top: 2.4rem;
}
.filter-item{
  width: 100%;
}
.row:nth-child(2) .filter-alpha{
  margin-top: 3.2rem;
}
.filter-alpha ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.2rem -0.4rem;
}
.filter-alpha li{
  margin: 0 0.2rem 0.4rem;
}
.filter-alpha li *{
  width: 4.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E3E3;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
}
.filter-alpha li *:hover,
.filter-alpha li.active *{
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}
@media(min-width:1200px) and (max-width:1359.98px){
  .filter-alpha li * {
    width: 4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .filter-alpha li * {
    width: 3.1rem;
    height: 3.1rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .filter-list .d-flex:nth-child(n + 2){
    margin-top: 2.4rem;
  }
  .row:nth-child(2) .filter-alpha {
    margin-top: 2.4rem;
  }
  .filter-alpha ul {
    justify-content: center;
  }
  .filter-alpha li * {
    width: 4.938rem;
  }
}
@media(max-width:767.98px){
  .filter-list .d-flex:nth-child(n + 2){
    margin-top: 2.4rem;
  }
  .row:nth-child(2) .filter-alpha {
    margin-top: 2.4rem;
  }
  .filter-alpha ul {
    justify-content: center;
  }
  .filter-alpha li * {
    width: 3rem;
    height: 3rem;
  }
}