.pinned-location {
  padding: 0 0 80px 0;
}
.map-plugin iframe {
    width: 100%;
  border:none;
  height:500px;
}
.pinned-locations ul li {
    display: inline-block;
    color: #333f48;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    transition: all 0.25s ease;
    position: relative;
    width: calc(100% / 4 - 24px);
/*     text-decoration: underline; */
}
.pinned-location .heading {
  text-align: center;
  margin: 0 0 40px;
}
.pinned-location .heading h2 {
  color: #323e48;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  80px
}
.pinned-location .map-plugin {
  margin: 0 0 32px;
}
.pinned-location .map-plugin img {
  width: 100%;
}

.pinned-location .pinned-locations {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  margin: 0 0 32px;
}
.pinned-location .pinned-locations .solo-entity {
  width: calc(100% / 4 - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pinned-location .pinned-locations .solo-entity a {
  display: inline-block;
  color: #333f48;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  transition: all 0.25s ease;
  position: relative;
}
.pinned-location .pinned-locations .solo-entity a:hover {
  color: #0553ac;
}
.pinned-location .pinned-locations .solo-entity a:hover::before {
  background-color: #0553ac;
}
.pinned-location .pinned-locations .solo-entity a::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333f48;
  position: absolute;
  left: 0;
  right; 0;
  bottom: -1px;
}
.pinned-location  .section-foooter {
  text-align: center;
}
.pinned-location  .section-foooter h6 { 
  color: #323e48;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

@media (max-width: 1400px) {
  .pinned-location .pinned-locations .solo-entity {
    width: calc(100%/2 - 24px);
  }
}
@media (max-width: 991px) {
  .pinned-location {
    padding: 50px 0;
  }
  .pinned-location .heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .pinned-location .pinned-locations .solo-entity a {
    font-size: 15px;
    line-height: 21px;
  }
  .pinned-location .section-foooter h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .pinned-location .pinned-locations .solo-entity {
    width: 100%;
  }
}