.accordian__button_acima {
  display: block;
  padding: 1em 0.2em;
  border: none;
  outline: none;
  cursor: pointer;
  background: white;
  color: black;
  text-align: left;
  transition: background 0.5s;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 900;
  padding-right: 36px;

  position: relative;
}

.wrapper-acima-content {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .wrapper-acima-content {
    max-width: 712px;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper-acima-content {
    max-width: 864px;
  }
}

@media screen and (max-width: 480px) {
  .accordian__button_acima::after {
    content: url("/images/section-components/up-arrow.svg?$staticlink$");
    font-weight: bold;
    float: right;
    transform: scale(1.5);
    margin-left: 12px;
  }
}

.accordian__button_acima::after {
  content: url("/images/section-components/down-arrow.svg?$staticlink$");
  font-weight: 700;
  float: right;
  transform: scale(1.5);
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordian__button_acima--active {
  background: white;
  color: black;
}

.accordian__button_acima--active::after {
  content: url("/images/section-components/up-arrow.svg?$staticlink$");
  font-weight: bold;
}

.accordian__content_acima {
  text-decoration: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s;
  padding: 0 15px;
  font-family: "Open Sans";
  background: white;
  font-size: 14px;
}

.noPara {
  margin: 0;
  display: inline;
  font-size: 16px;
}

.acima-margin {
  margin: 24px 16px 48px 16px;
}
