.NodeCocktailList-list-category:not(:first-child) {
  margin-top: 100px;
}

.btn-down {
  background: rgba(255, 255, 255, 0.9) url("../../../assets/build/img/arrowDown.png") center no-repeat;
  background-size: 25px;
}

/* Social Wall */
.socialWallInstagram {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background: var(--third-color) url("../images/backgroundSocial.jpg");
  background-size: cover;
  background-position: center center;
  border-top: solid 1px transparent;
  border-image-source: url("../images/deco-wave.svg");
  border-image-slice: 24 0 0 0;
  border-image-width: auto;
  border-image-repeat: repeat;
  border-image-outset: 16px;
  color: white;
}

.socialBrand {
  font-size: 60px;
  font-family: "Resolve Sans Cn";
  letter-spacing: 3.6px;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px;
}

.instagramPostContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin-bottom: 40px;
  padding: 20px;
}

.socialWallInstagram-item {
  width: 205px;
  height: 205px;
  margin: 5px;
  background-size: cover;
}

.socialWallInstagram-item-caption {
  display: none;
}

.socialWallInstagram-networks {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialWallInstagram-networks p {
  font-family: "Resolve Sans Cn";
  margin-right: 20px;
  font-size: 30px;
}

.socialWallInstagram-networks i {
  color: rgb(255, 255, 1);
  font-size: 30px;
  margin-right: 20px;
}

@media (max-width: 768px){
  .socialWallInstagram-item {
    width: calc(50% - 10px);
    max-width: 205px;
    height: unset;
    aspect-ratio: auto 1/1;
  }

  .instagramPostContainer .socialWallInstagram-item:not(:nth-child(-n+4)) {
    display: none;
  }
  .instagramPostContainer {
    padding: 10px;
    width: 100%;
    max-width: 600px;
  }
}

.BackgroundColor-vert {
  background: rgb(84, 171, 66);
  background-image: url("../../../assets/build/img/bg-footer@2x.jpg");
  background-position: center center;
  background-size: contain;
  color: white !important;
}

.BackgroundColor-vert blockquote{
  color: white !important;
}

.BackgroundColor-vert h2 {
  color: white !important;
}

.BackgroundColor-white {
  background: white;
  color: rgb(84, 171, 66);
}

.BackgroundColor-white blockquote {
  background: url("../../../assets/src/images/bg-blockquote-green.svg") center no-repeat;
}

.ParagraphWysiwyg,
.ParagraphImageText,
.ParagraphProducts{
  padding: 40px;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw !important;
  max-width: unset !important;
  margin-right: unset !important;
}

.ParagraphWysiwyg-body {
  max-width: var(--text-width);
  margin-left: auto;
  margin-right: auto;
}

.ParagraphImageText-textWrapper {
  padding: 40px;
}

@media (min-width: 768px){
  .ParagraphImageText-imageWrapper-alignment-left {
    margin: 0 0 0 -2rem!important;
  }
  .ParagraphImageText-imageWrapper-alignment-right {
    margin: 0 3rem 0 0!important;
  }
}

