.sp_plinks {
  margin: 30px auto;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 7px;
  max-width: 700px;
}

.sp_plinks .country_link {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 10px;
  font-size: 14px;
}