.info-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #dce5e9;
  border-radius: 12px;
  background: #fff;
}

.info-item h2 {
  margin: 0 0 5px;
  font-size: 1.03rem;
}

.info-item p {
  margin: 0;
  color: #53636d;
  line-height: 1.5;
}

.info-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #e4f3f3;
  color: #076570;
  font-size: 1.15rem;
  font-weight: 750;
}

.local-tips {
  margin-top: 24px;
  padding: 18px;
  border-radius: 12px;
  background: #fff4dc;
}

.local-tips p {
  line-height: 1.5;
}

.local-tips ul {
  margin: 12px 0 0;
  padding-left: 22px;
  font-weight: 700;
  line-height: 1.8;
}
