/* max 767 */
.country-info-box {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.country-info-item {
  padding: 0 !important;
  border: none !important;
}

.country-info-box,
.country-project-info-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* note */
.country-classification-block .info-val.note-info-field {
  justify-content: center;
  flex-wrap: wrap;
}

.country-classification-block .data-info-icon:not(.info-html-btn) {
  width: 100%;
  background: none !important;
  height: auto;
}

.country-classification-block .data-info-icon:after {
  position: static;
  background: transparent;
  color: var(--clr-white);
  text-align: center;
  opacity: 1;
  transform: none;
  font-weight: var(--fw-normal);
  line-height: 1.1;
}
