.background-set {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .top-activity:after {
    bottom: -10%;
  }
}

.taste-casaco {
  aspect-ratio: 1/1.3;
}
.taste-casaco h2 {
  font-size: clamp(16px, 5vw, 45px);
}
.taste-casaco p {
  font-size: clamp(10px, 2.8vw, 18px);
}

.taste-desc .mb-50 {
  margin-bottom: 8%;
}

.top-hero video {
  width: 100%;
}
/*# sourceMappingURL=add.css.map */