.hkd-3-col-box-widget {
  padding-top: 70px;
  width: 100%;
}

.hkd-3-col-box-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.hkd-3-col-box-card {
  background: #f2f2f2;
  border-radius: 34px;
  box-sizing: border-box;
  min-width: 0;
  padding: 94px 34px 40px;
  position: relative;
  text-align: left;
}

.hkd-3-col-box-widget--white-cards .hkd-3-col-box-card {
  background: #fff;
}

.hkd-3-col-box-widget--secondary-source .hkd-3-col-box-card {
  padding-top: 118px;
}

.hkd-3-col-box-widget:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-card {
  padding-top: 118px;
}

.hkd-3-col-box-icon-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}

.hkd-3-col-box-icon {
  align-items: center;
  background: #afca0b;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 140px;
  justify-content: center;
  padding: 26px;
  width: 140px;
}

.hkd-3-col-box-icon svg {
  color: inherit;
  display: block;
  fill: none;
  height: 100%;
  margin: 0 !important;
  max-height: 88px;
  max-width: 88px;
  stroke: none;
  transform: none !important;
  transform-origin: center center !important;
  width: 100%;
}

.hkd-3-col-box-icon svg * {
  color: currentColor;
}

.hkd-3-col-box-icon svg[stroke]:not([stroke="none"]),
.hkd-3-col-box-icon svg [stroke]:not([stroke="none"]) {
  stroke: currentColor !important;
}

.hkd-3-col-box-icon svg[fill]:not([fill="none"]),
.hkd-3-col-box-icon svg [fill]:not([fill="none"]),
.hkd-3-col-box-icon svg text {
  fill: currentColor !important;
}

.hkd-3-col-box-content {
  color: #333;
  text-align: left;
}

.hkd-3-col-box-headline {
  align-items: flex-start;
  color: inherit;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1.35;
  margin: 0 0 22px;
  min-height: 5.05em;
  text-align: left;
}

.hkd-3-col-box-widget--secondary-source .hkd-3-col-box-headline {
  margin-bottom: 12px;
  min-height: 2.7em;
}

.hkd-3-col-box-widget:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-headline {
  margin-bottom: 6px;
}

.hkd-3-col-box-widget--secondary-source:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-headline {
  margin-bottom: 4px;
}

.hkd-3-col-box-text {
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
}

.hkd-3-col-box-text p {
  margin: 0 0 1em;
}

.hkd-3-col-box-text p:last-child {
  margin-bottom: 0;
}

.hkd-3-col-box-empty {
  margin: 0;
}

@media (max-width: 1024px) {
  .hkd-3-col-box-widget {
    padding-top: 62px;
  }

  .hkd-3-col-box-grid {
    gap: 44px;
  }

  .hkd-3-col-box-card {
    border-radius: 28px;
    padding: 86px 26px 36px;
  }

  .hkd-3-col-box-widget--secondary-source .hkd-3-col-box-card {
    padding-top: 106px;
  }

  .hkd-3-col-box-widget:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-card {
    padding-top: 106px;
  }

  .hkd-3-col-box-icon {
    height: 124px;
    padding: 23px;
    width: 124px;
  }

  .hkd-3-col-box-icon svg {
    max-height: 78px;
    max-width: 78px;
  }
}

@media (max-width: 768px) {
  .hkd-3-col-box-widget {
    padding-top: 48px;
  }

  .hkd-3-col-box-grid {
    gap: 66px;
    grid-template-columns: 1fr;
  }

  .hkd-3-col-box-card {
    border-radius: 26px;
    padding: 70px 24px 32px;
  }

  .hkd-3-col-box-widget--secondary-source .hkd-3-col-box-card {
    padding-top: 82px;
  }

  .hkd-3-col-box-widget:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-card {
    padding-top: 82px;
  }

  .hkd-3-col-box-icon {
    height: 96px;
    padding: 18px;
    width: 96px;
  }

  .hkd-3-col-box-icon svg {
    max-height: 60px;
    max-width: 60px;
  }

  .hkd-3-col-box-headline {
    font-size: 1.12rem;
    margin-bottom: 18px;
    min-height: 0;
  }

  .hkd-3-col-box-widget--secondary-source .hkd-3-col-box-headline {
    margin-bottom: 12px;
  }

  .hkd-3-col-box-widget:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-headline {
    margin-bottom: 5px;
  }

  .hkd-3-col-box-widget--secondary-source:not(.hkd-3-col-box-widget--white-cards) .hkd-3-col-box-headline {
    margin-bottom: 4px;
  }

  .hkd-3-col-box-text {
    font-size: 0.96rem;
  }
}
