
.country-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.country-list-container .item {
  font-family: "Averta";
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
  width: calc(25% - 10px);
}
