.news__card {
  background-color: rgba(202, 125, 160, 0.11);
}

.event__pills {
  border: 2px solid var(--brand);
}
.event__pills .nav-link {
  color: var(--dark);
}
.event__pills .nav-link.active {
  background-color: var(--brand);
  border-color: var(--brand);
}

.tab-content .info__list li {
  margin-bottom: 0.75rem;
}
.tab-content .info__list li .icon {
  width: 3rem;
  height: 3rem;
  background-size: 1.125rem;
}
.tab-content .info__list li .icon img {
  filter: contrast(0) brightness(10);
}
.tab-content .info__list li .icon.yoga {
  background-size: 1.35rem;
}
.tab-content .info__list li .caption_text {
  width: calc(100% - 3rem);
  color: #383838;
}

.collapse__btn::before {
  content: "Read More";
}
.collapse__btn:not(.collapsed)::before {
  content: "Show Less";
}
.collapse__btn:not(.collapsed)::after {
  content: none;
}
.collapse__btn:not(.collapsed) img {
  transform: rotate(180deg);
}

@media (min-width: 1400px) {
  .container-fluid.xxl {
    max-width: 100% !important;
  }
}/*# sourceMappingURL=update.css.map */