/* =========================================================
   PetGiftBox Product Process Steps
   ========================================================= */

.pgb-product-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0;
  padding: 28px 0;
  background: #fff;
}

.pgb-product-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 140px;
  padding: 0 36px 0 10px;
}

.pgb-product-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 16px;
  width: 28px;
  height: 90px;
  border-right: 2px solid rgba(181,128,81,.35);
  border-top: 2px solid rgba(181,128,81,.35);
  transform: skewX(-24deg);
}

.pgb-step-number {
  width: 80px;
  flex-shrink: 0;
  font-family: Georgia, serif;
  font-size: 110px;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -6px;
  color: #b58051;
  opacity: .15;
}

.pgb-step-body {
  position: relative;
  z-index: 2;
  max-width: 220px;
  padding-top: 6px;
}

.pgb-step-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  color: #2b2520;
  display: flex;
  align-items: center;
}

.pgb-step-icon svg {
  display: block;
}

.pgb-step-kicker {
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #b58051;
}

.pgb-step-heading {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #17110e;
}

.pgb-step-copy {
  font-size: 12.5px;
  line-height: 1.55;
  color: #6f625f;
}
