.location-grid {
}

.location-grid h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 50px;
}

.location-grid h2 img {
  position: relative;
  top: -2px;
  margin-right: 20px;
}

.location-grid h3 {
  font-weight: 300;
  margin-top: 30px;
}

.location-grid .grid-bar {
  margin-left: -1rem;
  margin-right: -1rem;
}

.location-grid iframe {
}

.location-grid  address {
  margin: 0px
}

.location-grid .card {
  border: none;
  background: var(--bs-gray-100)
}

.location-grid .card .contact {
  padding-top: 1rem;
}

.location-grid .card i {
  width: 30px;
  display: flex;
  border: none;
  margin-top: 4px;
}

.location-grid iframe {
  width: 100%!important;
  height: 260px!important;
}

.location-grid .country {
  border-bottom: 1px var(--bs-gray-100) solid;
  padding-bottom: 50px;
}



.page-ch .location-grid .country:last-child {
  border: none;
  padding-bottom: 0px;
}





.page-ch .location-grid>.country:nth-child(4) h2 {
  white-space: nowrap;
}

.page-ch .location-grid>.country:nth-child(4) h2 span:nth-child(1) {
  display: none;
}



@media (max-width: 1599.98px) {
  .location-grid h2 {
    font-size: 1.725rem;
  }
}



@media (max-width: 1399.98px) {

  .location-grid h2 img {
    width: 40px;
  }

  .location-grid h2 {
    font-size: 1.525rem;
  }
}

@media (max-width: 1199.98px) {


  .location-grid .grid-bar>div {
    width: 33.33333%!important;
  }
}

@media (max-width: 991.98px) {
  .location-grid .grid-bar>div {
    width: 50%!important;
  }



  .location-grid > .country:nth-child(3) {
    padding-right: 0px;

  }
}
@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {

  .location-grid h2 {
    margin-top: 30px;
  }

  .location-grid .country {
    border: none;
    padding-bottom: 0px;
    padding-top: 0px;
  }


  .location-grid > .country:nth-child(4) {
    width: 100%!important;
    padding-right: 0px;
    padding-left: 0px;
  }



  .location-grid .grid-bar>div {
    width: 100%!important;
  }

  #locator-country-tabs li {
    width: 33.333%;
    padding-bottom: 10px;
  }

  #locator-country-tabs li button {
    margin: auto;
  }
}
