/**** fent begin ****/
.fent-opener {
  color: white;
}

.fent-opener p {
  margin-bottom: 1rem;
}

.fent-opener .wrapper {
  padding: 3rem 1.22rem;
  padding: 3rem var(--border-margin);
  display: block;
}

.fent-opener .fent-title {
  align-self: center;
  justify-self: center;
}

.fent-opener .fent-title h2 {
  font-size: clamp(2.9rem, 14vw, 4rem);
  line-height: 1;
  color: white;
  font-weight: bold;
}

.fent-need .wrapper,
.fent-how-to .wrapper {
  padding: 1.22rem;
  padding: var(--border-margin);
  display: grid;
  grid-template-columns: 100%;
}

.fent-need header,
.fent-how-to header {
  margin-bottom: 3rem;
}

.fent-need header h4,
.fent-how-to header h4 {
  font-weight: bold;
}

.fent-need strong,
.fent-how-to strong {
  color: #3f1651;
  color: var(--purple-dark);
}

.fent-needs,
.fent-how-to {
  font-size: clamp(1rem, 2vw, 1.11rem);
  font-size: var(--ts-large-body);
}

.fent-needs .item-copy .item-title {
  display: inline-block;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
}

.fent-needs .fent-item {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2.5rem;
  gap: 2.5rem;
  margin-bottom: 4.5rem;
}

.fent-needs .fent-item:last-child {
  margin-bottom: 0;
}

.fent-needs .item-details {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.fent-needs .item-graphic {
  justify-self: center;
}

.fent-needs .item-graphic img {
  max-width: 100%;
  height: 100%;
}

.fent-how-to .step-details {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.fent-how-to .step-number {
  background-color: #e53f71;
  background-color: var(--red-base);
  display: flex;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  flex: 0 0 2.5rem;
  height: 2.5rem;
}

.fent-how-to .step-number .box-number {
  font-size: 1.55rem;
}

.fent-how-to .fent-steps {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  gap: 2rem;
}

.fent-how-to .step-graphic {
  justify-self: center;
}

.fent-how-to .step-graphic-inline {
  margin-top: 2rem;
  margin-left: -4rem;
}

.fent-how-to .step-graphic-inline img {
  width: 100%;
  margin: 1rem 0 2rem;
}

@media only screen and (min-width: 768px) {
  .fent-opener .wrapper,
  .fent-need .wrapper,
  .fent-how-to .wrapper {
    padding: 3rem;
  }

  .fent-how-to .step-graphic-inline img {
    margin: 1rem 0 0rem;
  }
  .fent-needs .fent-item {
    grid-template-columns: 45% 45%;
    gap: 10%;
  }

  .fent-needs .fent-item.item-two {
    grid-template-columns: 25% 75%;
    gap: 0%;
  }
  .fent-needs .fent-item.item-two .el--2 {
    justify-self: left;
    margin-top: 1.5rem;
  }

  .fent-how-to .fent-steps {
    display: grid;
    grid-template-columns: 50% 45%;
  }

  .fent-how-to .step-graphic-inline {
    margin-left: 0;
  }

  .fent-how-to .el--1 {
  }

  .fent-how-to .el--2 {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .fent-how-to .el--3 {
    grid-column: 2;
    grid-row: 2;
  }
  .fent-how-to .el--4 {
    grid-column: 2;
  }
  .fent-how-to .el--5 {
    grid-row: 3 / span 2;
    position: relative;
  }
  .fent-how-to .el--5 img {
    position: absolute;
    top: 4rem;
    display: block;
    left: -8rem;
    transform: scale(1.1);
  }

  .fent-how-to .el--6 {
  }
  .fent-how-to .el--7 {
    grid-column: 2;
  }

  .fent-how-to .el--8 {
    grid-column: 2;
  }
  .fent-how-to .el--9 {
    grid-row: 6;
    align-self: end;
    margin-top: -5.5rem;
  }
}

/**** fent end *****/
