.jucier--section {
  padding: var(--spacing-large) 0;
}
.jucier--section .section--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jucier--section .heading__container {
  text-align: center;
  margin-bottom: var(--spacing-large);
}
.jucier--section .heading__container .heading {
  font-weight: 600;
  font-size: 62px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .jucier--section .heading__container .heading {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .jucier--section .heading__container .heading {
    font-size: 24px;
  }
}
.jucier--section .heading__container .heading em strong {
  font-weight: 800;
}
.jucier--section .juicer-feed .j-paginate {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 20px;
  display: flex;
  padding: 10px 50px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--uni-red, #E41C23);
  outline: none;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  width: fit-content;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .jucier--section .juicer-feed .j-paginate {
    font-size: 14px;
    margin-top: 25px;
  }
}
.jucier--section .juicer-feed li.feed-item {
  padding: 0 0 40px 0;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.75s ease;
  background: transparent !important;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  .jucier--section .juicer-feed li.feed-item {
    width: calc(100% - 20px);
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .jucier--section .juicer-feed li.feed-item {
    width: calc(100% - 10px);
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 449px) {
  .jucier--section .juicer-feed li.feed-item {
    width: 100%;
  }
}
.jucier--section .juicer-feed li.feed-item .j-text {
  transition: all 0.5s ease;
}
.jucier--section .j-stacker ul:first-child, .jucier--section .j-stacker ul:last-child {
  padding-top: 100px;
}
@media screen and (max-width: 1400px) {
  .jucier--section .j-stacker ul:first-child, .jucier--section .j-stacker ul:last-child {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .jucier--section .j-stacker ul:first-child, .jucier--section .j-stacker ul:last-child {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .jucier--section .j-stacker ul:first-child {
    padding-top: 0px;
  }
}
.jucier--section .j-image img {
  border-radius: 10px;
}

.j-post-overlay.juicer-feed a.juicer-button {
  background: #000 !important;
}

.j-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.j-overlay .j-close {
  background-color: transparent !important;
}

/*# sourceMappingURL=jucier.css.map */
