@charset "UTF-8";

#country+section .inner_item_txt {
  display: flex;
  align-items: center;
  gap: 30px;
}

#country+section .inner_item_txt p {
  margin: 0;
}

#country+section .inner_item_txt img {
    height: auto;
    width: 80px;
}

.label-image-group {
  display: flex;
  gap: 20px;
  align-items: center;
}

.label-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.label-image .label {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
}