.business-info {
  padding-bottom: 104px;
}

.head {
  background-image: url("/static/Public/images/businessInfo/01-1.png?t=1-1");
  padding-top: 48px;
  padding-bottom: 84px;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 50px;
}

.head > h4 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 42px;
  font-weight: 500;
}

.column {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  width: 428px;
  display: flex;
  flex-direction: column;
}
.column .t {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--theme-dark-text-color);
  font-weight: 600;
  flex-shrink: 0;
}

.column .t p {
  margin-right: 12px;
}

.column .b {
  background-color: #F6FAFF;
  color: var(--theme-dark-text-color);
  padding: 12px;
  border-radius: 8px;
  line-height: 24px;
  font-size: 16px;
  flex: 1;
}

.column .b ul {
  padding-left: 20px;
}
.column .b ul,
.column .b li {
  list-style: outside;
}
.column .b li::marker {
  color: var(--theme-primary-color);
}