.accordion {
  width: 75rem;
  max-width: 100%;
}
.accordion__heading {
  margin: 0;
}
.accordion__heading button {
  appearance: none;
  border: none;
  font-family: "Montserrat", serif;
  position: relative;
  width: 100%;
  background-color: #109089;
  padding: 1.2rem 5rem 1.2rem 1.5rem;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 768px) {
  .accordion__heading button {
    padding-right: 6rem;
  }
}
.accordion__heading button:nth-last-child(2) {
  border-bottom: 0;
}
.accordion__heading button:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 3rem;
  width: 3rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' /%3E%3Cpath d='M7 16.283L24 16.4186' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.5678 7.92578L15.4322 24.9258' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-size: contain;
}
.accordion-collapse {
  height: 0;
  overflow: hidden;
}
.accordion-item {
  border-bottom: 1px solid #fff;
}
.accordion-item.active .accordion__heading button:after {
  transition: all 0.25s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16.4202L24 16.5798' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='16' cy='16' r='15.5' /%3E%3C/svg%3E%0A");
}

/*# sourceMappingURL=accordion.css.map */
