.imageWithTextGroupContainer {
  width: calc(93% / 3);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px 0;
  flex-direction: column;
  color: var(--white);
  overflow: hidden;
}

.imageWithTextGroupContainer.left {
  margin-left: 2.5%;
  margin-right: 1%;
}

.imageWithTextGroupContainer.right {
  margin-left: 1%;
  margin-right: 1%;
}

.imageWithTextGroupContainer img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.imageWithTextGroupContainer:hover figure {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.imageWithTextGroupContainer figure {
  width: 100%;
  overflow: hidden;
}

.groupTextItemTitle {
  letter-spacing: 0.09em;
  position: absolute;
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 600;
}

.groupTextItemButton {
  position: absolute;
  bottom: 3rem;
  background: var(--white);
  line-height: 3.8rem;
  opacity: 0.8;
  padding: 0 2rem;
  text-transform: uppercase;
  cursor: pointer;
}

.groupTextItemButton:hover {
  background-color: var(--base);
  color: var(--white);
  opacity: 1;
}

.imageWithTextGroupContainer>div:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(0%) saturate(15%) hue-rotate(262deg) brightness(86%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(73%) sepia(0%) saturate(15%) hue-rotate(262deg) brightness(86%) contrast(89%);
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .textColumn {
    margin-left: 20px;
  }

  .groupItemsContainer {
    width: 1000px;
  }

  .imageColumnFloatRight {
    margin-right: 33px;
  }
}

@media screen and (max-width: 768px) {
  .groupItem {
    width: 90%;
    height: 430px;
    margin-left: 5%;
  }

  .imageColumn {
    width: 100%;
  }

  .textColumn {
    width: 90%;
    margin-left: 5%;
    margin-top: 13px;
  }

  .promoWideImage {
    bottom: -10px;
    text-decoration: underline;
  }

  .imageWithTextGroupContainer {
    height: auto;
    width: 100%;
    margin: 8px 0 0;
  }

  .imageWithTextGroupContainer.left,
  .imageWithTextGroupContainer.right {
    margin-left: 0;
    margin-right: 0;
  }

  .groupItemsContainer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
  }

  .groupItemContainer {
    width: 100%;
    height: auto;
  }

  .groupTitle {
    width: 100%;
    height: 70px;
    line-height: 75px;
    font-size: 22px;
  }

  .groupItemText {
    line-height: 17px;
    margin-top: 6px;
    text-align: justify;
    font-size: 13px;
  }

  .productsSlidesContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .imageWithTextsTextSlide .productViewContainer {
    width: 96%;
  }

  .imageWithTextsSliderRightArrow {
    top: 35%;
    height: 35px;
    width: 35px;
    right: 10px;
  }

  .imageWithTextsSliderLeftArrow {
    top: 35%;
    height: 35px;
    width: 35px;
    left: 5px;
  }

  .imageWithTextsGroupContainer {
    margin-top: 19px;
  }

  .imageWithTextsSliderContainer .slick-list {
    padding-top: 0;
  }

  .imageWithTextGroupContainer.leftGroup {
    margin: 10px 0;
  }

  .groupTextItemButton {
    padding: 0 1rem;
    line-height: 3.3rem;
    font-size: 13px;
  }

  .groupTextItemTitle {
    font-size: 2.8rem;
  }
}