.header-section .top-header .navbar .select-text-field .language-dropdown {
  width: 200px;
}
.country-map-section .country-name-list-block .country-name-list ul {
  padding: 0px;
  display: grid;
  gap: 20px;
  grid-template-rows: repeat(7, min-content);
  grid-auto-flow: column;
}
.country-map-section .country-name-list-block .country-name-list ul li a {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20.11px;
  color: #000033;
  font-family: "source_sans_proregular";
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  font-weight: normal;
}
.country-map-section .country-name-list-block .country-name-list ul li:hover a {
  color: #EC008C;
}
@media (min-width: 320px) and (max-width: 991px) {
    .country-map-section .country-name-list-block .country-name-list ul {
        grid-template-rows: repeat(11, min-content);
    }
}
@media (min-width: 320px) and (max-width: 599px) {
  .header-section .top-header .navbar .select-text-field .language-dropdown {
    width: 140px;
  }
}