.pSupport__areaList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5%;
  margin: 0;
  padding: 0;
  font-size: 1.0625rem;
}
.pSupport__countryList {
  display: flex;
  flex-wrap: wrap;
}
.pSupport__countryList li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pSupport__areaList {
    justify-content: flex-start;
    column-gap: 4%;
    font-size: 0.8125rem;
  }
  .pSupport__countryList {
    column-gap: 7.5%;
  }
  .pSupport__countryList li {
    width: 45%;
  }
}
