.accordion-expand {
    padding-bottom: 1.5rem;
}
#ContentMiddle ol > li {
    padding-left: 0.25em;
}
#ContentMiddle .steps {
    margin-bottom: 1.5rem;
}
#ContentMiddle .steps ol {
    margin-bottom: 0;
}
#ContentMiddle .steps ol li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
#ContentMiddle .accordion-expand ol li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
#ContentMiddle .accordion-expand ol li ul li:first-of-type {
    margin-top: .75em;
}
#ContentMiddle .accordion-expand ol li ul li {
    margin-top: .25em;
    font-size: 15px;
}
#ContentMiddle .accordion-expand ul > li {
    background-position: 0 0.7em;
}
.why-make-a-gift-container {
  margin-bottom: 2rem;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media only screen and (min-width: 850px) {
.why-make-a-gift-container {
  grid-template-rows: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.why-make-a-gift-container div:not(:nth-child(3n+1)) {
  border-left: 1px solid #ccc;
  padding-left: 1.5rem; /* Keeps content away from the line */
}
}