section.map-wrap {
  margin-top: calc(24px + 1vw);
  padding-top: 0;
}

section.map-wrap img {
  margin: 0 auto;
  width: 80%;
  transition-timing-function: ease-in-out;
  transition-duration: var(--themn-duration);
}

section.country {

  margin-top: calc(24px + 1vw);
}

@media all and (max-width:768px) {
  section.map-wrap img {
    width: 90%;
  }
}

@media all and (max-width:540px) {
  section.map-wrap img {
    width: 98%;
  }
}