.accordion collapse {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #000;
  box-shadow: none;
  border-bottom: none;
}

@media (max-width: 490px) {
  .accordion-button::after {
    width: auto;
    height: auto;
    content: ">";
    font-size: 2rem;
    background-image: none;
    font-weight: 100;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 0;
    color: grey;
    transform: translateY(7px);
  }
}

@media (min-width: 491px) {
  .accordion-button::after {
    width: auto;
    height: auto;
    content: ">";
    font-size: 2rem;
    background-image: none;
    font-weight: 100;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 15px;
    top: 0px;
    color: grey;
    transform: translateY(6px);
  }
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 5px;
  transform: rotate(0deg);
}

.accordion-item, .accordion-button {
  border-radius: 50px !important;
  background-color: #f1f1f1;
}

.accordion-item2 {
  border-radius: 50px !important;
  background-color: #fff;
}

