.mailingListWrapper {
  background-color: var(--blueGreen);
  position: relative;
  padding: 150px 0;
}

.feedyoursolHead {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
}

.feedyoursolHead h2 {
  color: var(--chineseSilver);
  opacity: 0.5 !important;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dotsIcon {
  background-color: var(--eagleGreen);
}

.dotsIcon img {
  position: relative;
  width: auto;
  height: 100%;
  top: 110px;
  left: 0;
}

.joinMailingList {
  padding-top: 100px;
  margin-left: 150px;
  padding-left: 61px;
}

.joinMailingList h3 {
  color: var(--eagleGreen);
}

.joinMailingList h4 {
  color: var(--deepChampagne);
  max-width: 498px;
}

.joinMailingList p {
  color: var(--white);
  max-width: 436px;
  font-family: var(--fontFamilyBrandonMedium);
}

.image-stack {
  position: relative;
  top: 0;
  left: 0;

}

.image-stack_item {
  width: 216px;
  height: 231px;
}

.image-stack_item--first {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
}

.image-stack_item--second {
  position: absolute;
  right: -150px;
  top: 70px;
  z-index: 2;
}

.image-stack_item--third {
  position: absolute;
  left: -60px;
  top: 220px;
  z-index: 1;
}

.image-stack_item--fourth {
  width: 90px;
  position: absolute;
  right: -20px;
  bottom: 60px;
  z-index: 3;
}

.image-stack_item--fifth {
  position: absolute;
  right: -60px;
  top: 120px;
  z-index: 2;
}

.image-stack_item--sixth {
  position: absolute;
  right: -240px;
  top: 30px;
  z-index: 1;
}

.image-stack_item--seventh {
  width: 128px;
  position: absolute;
  right: -125px;
  bottom: -150px;
  z-index: 3;
}

.signUp {
  background-color: var(--eagleGreen);
  padding: 31px 55px;
  max-width: 533px;
  position: relative;
  z-index: 1;
}

.signUp:after {
  content: "";
  position: absolute;
  width: 533px;
  height: 220px;
  background-color: var(--eagleGreen);
  right: -60px;
  top: 10px;
  border-radius: 2px;
  opacity: 0.4;
  z-index: -1;
}

/* Media Query */
@media (min-width: 992px) and (max-width: 1298px) {
  .feedyoursolHead h2 {
    font-size: 100px;
    line-height: 255px;
  }
}

@media (max-width: 1199px) {
  .signUp {
    max-width: 385px;
  }

  .signUp:after {
    width: 423px;
  }

  .image-stack_item--fourth {
    right: -30px;
    bottom: -40px;
  }

  .image-stack_item--fifth {
    position: absolute;
    right: -70px;
    top: 120px;
    z-index: 2;
  }

  .image-stack_item--sixth {
    position: absolute;
    right: -193px;
    top: 30px;
    z-index: 1;
  }

  .image-stack_item--seventh {
    width: 128px;
    position: absolute;
    right: -125px;
    bottom: -240px;
    z-index: 3;
  }

  .joinMailingList {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .feedyoursolHead {
    position: absolute;
    top: -13px;
  }

  .mailingListWrapper {
    padding: 60px 0 20px;
  }

  .mailingListWrapper .row {
    flex-direction: column-reverse;
  }

  .joinMailingList {
    padding: 0;
    margin-left: 0;
  }

  .image-stack_item {
    width: 60px;
    height: 60px;
    position: absolute;

  }

  .image-stack_item--first {
    left: -10px;
    top: -60px;
  }

  .image-stack_item--second {
    left: 30px;
    top: -50px;
  }

  .image-stack_item--third {
    right: -60px;
    left: -20px;
    top: -10px;
  }

  .image-stack_item--fourth {
    left: 20px;
    top: 0px;
    width: 30px;
    height: 30px;
  }

  .image-stack_item--fifth {
    right: 10px;
    bottom: -20px;
    top: auto;
  }

  .image-stack_item--sixth {
    right: -20px;
    bottom: 0;
    top: auto;
  }

  .image-stack_item--seventh {
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 30px;
  }

  .innerJoiningList {
    text-align: center;
  }

  .joinMailingList h4,
  .joinMailingList p {
    max-width: 307px;
    margin: 0 auto;
  }

  .signUp {
    padding: 48px 45px;
    margin: 49px 21px 0 21px;
    max-width: 100%;
  }

  .signUp h2 {
    max-width: 265px;
    text-align: center;
    margin: 0 auto 10px;
  }

  .signUp:after {
    content: none;
  }

  .dotsIcon img {
    position: unset;
    height: auto;
  }

}
