.wh-columns-header {
  margin-bottom: clamp(2.5rem, 1.5rem + 4vw, 5rem);
}

.wh-columns-target {
  display: flex;
  gap: 16px;
}
.wh-columns-target>* {
  flex: 1 0 0;
}
.wh-list-inner {
  padding: 48px 58px;
}

.wh-list ul li:not(:first-child) {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0,0,0,.1);
}

.wh-list-ul {
  list-style: none;
  margin-top: clamp(1.875rem, 0.8847rem + 4.2254vw, 4.6875rem);
}
.wh-list-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  
}
.wh-list-header > :nth-child(1) {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wh-icon-mask-holder {
  border-radius: 8px;
  height: 40px;
  width: 40px;
  position: relative;
}
.wh-icon-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  overflow: hidden;;
  background-color: currentColor;
  display: inline-block;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain; mask-position: center; -webkit-mask-position: center;
}

.wh-icon-card-inner {
  padding: 48px 32px;
  text-align: center;
}

.wh-icon-card-icon {
  background-color: #fff;
  width: 64px;
  height: 64px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.wh-icon-card-icon * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.wh-icon-card-title {
  margin-bottom: 16px;
}


.wh-icon-card-content p:last-child {
  margin-bottom: 0;
}
