.treatment-icon {
  display: block;
  margin-bottom: .72rem;
  color: #c7862d;
  font-size: 1.05rem;
}

.treatment-grid article > b { display: none; }

.plans { padding: 5.9rem 0; }

.plans .plan-logos {
  display: flex;
  max-width: 64rem;
  margin: 2.65rem auto 2.35rem;
  align-items: center;
  justify-content: center;
  border: 0;
}

.plans .plan-logos span {
  flex: 1 1 0;
  display: grid;
  min-height: 5.1rem;
  padding: .65rem 1rem;
  place-items: center;
  border-right: 1px solid #e5e9ed;
}

.plan-logos img {
  display: block;
  width: 100%;
  max-width: 10.4rem;
  max-height: 4.15rem;
  object-fit: contain;
}

.plans .all-plans {
  flex: 0 0 8.1rem;
  min-height: 8rem;
  margin-left: 1.2rem;
  padding: .95rem .72rem;
  align-items: center;
  justify-content: center;
  border-color: #e8edf1;
  border-radius: .38rem;
  background: #fff;
  box-shadow: 0 4px 14px rgba(6, 37, 68, .08);
  font-size: .9rem;
  line-height: 1.45;
  font-family: inherit;
  cursor: pointer;
}

.plans .all-plans small {
  display: block;
  width: 100%;
  margin-top: .68rem;
  padding: .62rem .26rem;
  border: 1px solid #e2a34e;
  border-radius: .2rem;
  color: #d88724;
  font-size: .7rem;
  line-height: 1;
}

.additional-plans {
  display: grid;
  max-width: 64rem;
  margin: 0 auto 2rem;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #e5e9ed;
  border-left: 1px solid #e5e9ed;
}

.additional-plans[hidden] { display: none; }

.additional-plans span {
  display: grid;
  min-height: 3.3rem;
  padding: .7rem;
  place-items: center;
  border-right: 1px solid #e5e9ed;
  border-bottom: 1px solid #e5e9ed;
  color: #173c62;
  font-size: .78rem;
  font-weight: 700;
}

@media (max-width: 700px) {
  .plans { padding: 4.4rem 0; }
  .plans .plan-logos { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem 0; }
  .plans .plan-logos span { min-height: 4.5rem; }
  .plan-logos img { max-width: 8rem; max-height: 3.1rem; }
  .plans .all-plans { grid-column: 2; margin: 0; justify-self: center; }
  .additional-plans { grid-template-columns: repeat(2, 1fr); }
}
