.imageWithTextGroupContainer {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  /* aspect-ratio: 553 / 512; */
  justify-content: flex-end;
  margin: 20px 0px 3rem;
  flex-direction: column;
  opacity: 0;
}

.imageWithTextGroupContainer .viewAllGo {
  text-transform: uppercase;
  margin-top: 0;
}

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

.imageWithTextGroupContainer figure {
  width: 100%;
  /* display: none; */
  /* opacity: 0; */
}

.imageWithTextGroupContainer:hover .groupTitleArrow {
  margin-left: 25px;
  transition: all 0.3s;
}

.imageWithTextGroupContainer.firstImg {
  margin-left: 4%;
}

.imageWithTextGroupContainer.lastImg {
  margin-right: 4%;
}

.imageWithTextGroup {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.imageWithTextGroupContainer.onViewport {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    /* margin-left: 4vw; */
    }


.imageTextTitle {font-size: 60px;margin-bottom: 30px;font-family: var(--secondary-font-family);font-weight: 400;}

.imgTxtGroupDescription {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  width: 450px;
}


.imageWithTextGroupContainer .textColumn {
    position: absolute;
    top: 5%;
    height: 90%;
    left: 5%;
    width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buttonTxt img {
    filter: brightness(10);
    width: 34px;
}

.buttonTxt:hover {
    background: var(--white);
    color: var(--base);
}

.buttonTxt:hover img {
    filter: unset;
}

.buttonTxt {
    cursor: pointer;
    width: fit-content;
    padding: 10px 24px;
    transition: all 0.2s;
    border-radius: 3px;
    font-size: 15px;
    display: flex;
    margin-top: 30px;
    border: 1px solid transparent;
    font-weight: 400;
    border: 1px solid var(--white);
    border-radius: 100px;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}


.imageWithTextGroup .textColumn {
    width: 100%;
    height: 100%;
    padding: 2% 13% 0% 13%;
    color: white;
    box-sizing: border-box;
    background-image: url(/files/imageWithTextBackground.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1100px) {
  .imageWithTextGroupContainer:nth-child(even) {
    width: 100%;
    aspect-ratio: unset;
    margin-bottom: 0;
    margin-top: 0px;
  }
  .buttonTxt {
    width: 84%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    margin-top: 50px;
    display: flex;
    flex-direction: row-reverse;
}
  .imageWithTextGroupContainer .textColumn {
    width: 90%;
}

.imgTxtGroupDescription {
    width: 61%;
}

.buttonTxt img {
    margin-right: 0px;
}

p.bottomText {
    color: var(--white);
    font-size: 12px;
}
  p.brandName {
    font-size: 20px;
    font-weight: 700;
}
.imageTextTitle {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 400;
  width: 83%;
  line-height: 36px;
}

  .imageWithTextGroupContainer figure {
    width: 100%;
  }

  a.groupTitle {
    font-size: 13px;
  }

  .imageWithTextGroupContainer:nth-child(odd) {
    width: 100%;
    aspect-ratio: unset;
    margin: 0;
  }
}
