.back-btn {
  color: #000;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.3%;
  text-decoration: none;
  margin-bottom: 25px;
}

.festivals h2 {
  color: #000;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 80px;
}
.festivals .cards {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.festivals .cards article {
  height: 820px;
  background: #000;
  width: 48% !important;
  flex: 0 0 auto;
}
.festivals .cards article img {
  width: 100%;
}
.festivals .cards article .texts {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.festivals .cards article .texts h3 {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.festivals .cards article .texts p {
  color: #FFF;
  text-align: justify;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}

@media screen and (max-width: 1098px) {
  .festivals h2 {
    color: #000;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .festivals .cards {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
  }
  .festivals .cards article {
    height: unset;
    background: #000;
    width: 100% !important;
  }
  .festivals .cards article img {
    width: 100%;
  }
  .festivals .cards article .texts {
    padding: 10px 20px;
    gap: 10px;
  }
  .festivals .cards article .texts h3 {
    font-size: 22px;
  }
  .festivals .cards article .texts p {
    font-size: 18px;
  }
}/*# sourceMappingURL=festivals.css.map */