.drops-heading-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

h2.heading.font-bold.title-md {
  color: #000;
  font-family: "BarlowCondensed-Bold";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.455px;
  text-transform: uppercase;
}

p.heading.font-medium.subtext-lg.leading-none.tracking-none {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.flickity-page-dot[aria-current="true"]:before {
  box-shadow: 0 0 0 2px #000;
}

.flickity-page-dot:before {
  background-color: #000;
}
