.nation-map-container {
  position: relative;
}
.nation-map-container svg{
  max-width: 100%;
}
.nation-map-container svg g path:not(.active) ~ g {
  display: none;
}

.nation-map-container svg g g > path:first-of-type{
  fill: var(--primary-color);
}

.map-section .description-text{
  max-width: 650px;
  margin: 0 auto;
  font-weight: 400;
}

.area-star2 {
  right: 11%;
  top: 49%;
}

.nation-map-detail {
  max-width: 500px;
  width: 100%;
  align-self: end;
}

.availability-section .nation-map-detail {
  margin-bottom: -127px;
}

.availability-section .nation-map-detail .nation-detail {
  justify-content: flex-end;
}

.nation-map-detail .nation-text {
  font-size: 10px;
  font-weight: 700;
  line-height: 110.00000000000001%;
}

.nation-map-detail .circle {
  margin-top: -4px;
}

.service-area-links{
  column-count: 2;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

/* .service-area-links li:last-child a{
  pointer-events: none;
} */

.service-area-links li a{
  font-size: var(--font-18);
  font-weight: 400;
  color: #746E6E;
  text-decoration: none;
  font-family: var(--secondary-font);
  padding-bottom: 20px;
  display: inline-block;
  transition: 0.3s ease all;
}

.service-area-links li a:hover{
  transition: 0.3s ease all;
  color: var(--primary-color);
}