.iiShare .d-s {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.iiShare .d-s .cont {
  display: flex;

  flex-direction: column;
  margin: 15px 0;
}
.iiShare .d-s .cont .map {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 45px;
}
.iiShare .d-s .cont .item {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  background: #f2f2f2;
  padding: 110px 40px 70px 40px;
  text-align: left;
}
.iiShare .d-s .cont .item p:nth-child(2) {
  font-weight: 700;
}
.iiShare .d-s a {
  cursor: pointer;
  text-decoration: none;
  color: black;
}
