.content-container {
  max-width: 740px;
  margin: 20px auto;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

.eqd-accordion__heading {
  margin-bottom: 0;
}

.eqd-accordion__button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    justify-content: normal;
    text-align: left;
    padding: 0;
    color: #1b1b1b;
    background-color: #f0f0f0;
    background-image: url(https://equalizedigital.com/wp-content/uploads/2024/07/minus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 1.5rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    border-bottom:1px solid #CACACA;
    margin: 0;
    padding: 1rem 3.5rem 1rem 1.25rem;
    text-decoration: none;
    width: 100%;
}

.eqd-accordion__button[aria-expanded=false], 
.eqd-accordion__button[aria-expanded=false]:hover {
    background-image: url(https://equalizedigital.com/wp-content/uploads/2024/07/plus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
}

.eqd-accordion__button[aria-expanded=false] {
    background-size: 1.5rem;
}

.eqd-accordion__content {
    color: #1b1b1b;
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    padding: 1rem 1.25rem calc(1rem - .25rem);
    font-size: 1.06rem;
    line-height: 1.5;
    border-bottom: .25rem solid #f0f0f0;
    border-left: .25rem solid #f0f0f0;
    border-right: .25rem solid #f0f0f0;
}