.card-top .service-icon {
  position: relative;
  display: block;
  width: 96px;
  height: 58px;
  background: transparent;
}

.retreat-icon::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 16px;
  width: 50px;
  height: 27px;
  border: 4px solid #000;
  background: var(--blue);
}

.retreat-icon span {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #000;
}

.retreat-icon span:nth-child(1) {
  left: 41px;
  top: 0;
}

.retreat-icon span:nth-child(2) {
  left: 3px;
  top: 22px;
}

.retreat-icon span:nth-child(3) {
  right: 3px;
  top: 22px;
}

.strategy-icon::before,
.strategy-icon::after {
  content: "";
  position: absolute;
  height: 5px;
  background: #000;
  transform-origin: left center;
}

.strategy-icon::before {
  left: 9px;
  top: 43px;
  width: 39px;
  transform: rotate(-27deg);
}

.strategy-icon::after {
  left: 45px;
  top: 26px;
  width: 40px;
  transform: rotate(-17deg);
}

.strategy-icon span {
  position: absolute;
  z-index: 1;
  display: block;
  background: #000;
}

.strategy-icon span:nth-child(1) {
  left: 0;
  top: 37px;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.strategy-icon span:nth-child(2) {
  left: 39px;
  top: 18px;
  width: 17px;
  height: 17px;
  border: 4px solid #000;
  border-radius: 50%;
  background: var(--gold);
}

.strategy-icon span:nth-child(3) {
  right: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  border: 4px solid #000;
  background: var(--gold);
}

.taskforce-icon::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 13px;
  top: 27px;
  height: 5px;
  background: #000;
}

.taskforce-icon::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.taskforce-icon span {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--coral);
}

.taskforce-icon span:nth-child(1) { top: 1px; }
.taskforce-icon span:nth-child(2) { top: 20px; }
.taskforce-icon span:nth-child(3) { top: 39px; }

.taskforce-icon span:nth-child(1)::after,
.taskforce-icon span:nth-child(3)::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 10px;
  top: 6px;
  width: 44px;
  height: 5px;
  background: #000;
  transform-origin: left center;
}

.taskforce-icon span:nth-child(1)::after { transform: rotate(25deg); }
.taskforce-icon span:nth-child(3)::after { transform: rotate(-25deg); }

.conversation-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 45px;
  height: 29px;
  border: 5px solid #000;
  border-radius: 16px;
  background: #fff;
  box-shadow: 17px 17px 0 -4px #fff, 17px 17px 0 1px #000;
}

.conversation-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 29px;
  width: 13px;
  height: 13px;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  background: #fff;
  transform: rotate(-22deg);
}

.conversation-icon span {
  position: absolute;
  z-index: 1;
  top: 17px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
}

.conversation-icon span:nth-child(1) { left: 15px; }
.conversation-icon span:nth-child(2) { left: 27px; }
.conversation-icon span:nth-child(3) { left: 39px; }
