.block {
  clear: both;
  width: 100%;
  display: flex;
  wrap: no-wrap;
}


.item {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  width: 200px;
}

.country {
  display: flex;
  align-items: center;
}

.country > img,
.item > img {
  width: 100px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px #000000 solid;
  flex: 0 0 auto;
}

.country > span {
  margin-left: 5px;
  text-align: left;
}
