.acf-gallery-content {
    display: none;
}
.acf-gallery-content.active {
    display: block;
}

.acf-tab .acf-description {
    display: none;
    margin-top: 10px;
}
.acf-tab.active .acf-description {
    display: block;
}

.acf-category-layout {
    display: flex;
    gap: 40px;
}

.acf-category-tabs {
    list-style: none;
    padding: 0;
}

.acf-tab {
    cursor: pointer;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.acf-category-tabs .acf-title {
  font-size: 32px;
  font-family: Aboreto;
  font-weight: 400;
}
.acf-category-tabs {
  counter-reset: category-counter;
}

.acf-category-tabs .acf-title::before {
  counter-increment: category-counter;
  content: counter(category-counter) ". ";
  font-weight: bold;
  margin-right: 8px;
}

.acf-category-tabs .active .acf-title {
  color: #A29472;
}
.acf-category-tabs .acf-description{
  padding-left: 40px;
  position: relative;
  font-size: 20px;
  font-family: Darker Grotesque;
  color: #000;
}
.acf-category-tabs .acf-description::before{
  content: "";
  background: #A29472;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transform: rotate(45deg);
}

.static-text-over-gallery h2 {
  font-family: Aboreto;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  text-transform: capitalize;
}
.static-text-over-gallery p{
  font-family: Mulish;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  text-transform: uppercase;
}
