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

.imageWithTextGroupContainer figure {
  width: 55%;
  display: block;
}

.titleAndDescription.observer.onViewport {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.imageWithTextGroupContainer img.observer.onViewport {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.imageWithTextGroupContainer {
  width: var(--home-container);
  position: relative;
  display: flex;
  margin: auto;
  margin-top: calc(calc(100% - var(--home-container)) / 4 );
  justify-content: flex-end;
  margin-bottom: calc(calc(100% - var(--home-container)) / 4 );
  align-items: center;
  margin-left: calc(calc(100% - var(--home-container)) / 2 );
  /* opacity: 0; */
  margin-right: calc(calc(100% - var(--home-container)) / 2 );
  float: left;
}
.imageWithTextGroupContainer.observer.onViewport {
  -webkit-animation: fade-in-bottom 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;
}



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

.imageWithTextGroupContainer
    figure {
  width: 55%;
    display: block;
.imageWithTextGroupContainer {
    width: var(--home-container);
    position: relative;
    display: flex;
    margin: auto;
    margin-top: calc(calc(100% - var(--home-container)) / 1 ) !important;
    justify-content: flex-end;
    margin-bottom: calc(calc(100% - var(--home-container)) / 1 ) !important;
    align-items: center;
}

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

.imageWithTextGroupContainer
    figure {
  width: 55%;
    display: block;
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.imageWithTextGroupContainer:
    hover .groupTitleArrow {
  margin-left: 25px;
    transition: all 0.3s;
}

.titleAndDescription {
    width: 40%;
    margin-right: 3%;
    margin-left: 3%;
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
    p.groupDescription {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}

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

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

.groupTitle {
    position: relative;
    width: 90%;
    display: flex;
    margin-top: 10px;
    font-size: var(--group-font-size);
    line-height: var(--group-line-height);
    font-weight: 600;
    margin-bottom: 20px;
}

.groupTitleArrow {
    width: 20px !important;
    margin-left: 10px;
}
      
    @media screen and (max-width: 1100px) {
  .imageWithTextGroupContainer:nth-child(even) {
    margin-left: 20px;
    flex-direction: column;
    width: calc(100% - 40px);
  }

  .imageWithTextGroupContainer figure {
    width: 100%;
    margin-top: 30px;
  }
  .titleAndDescription {
    width: 100%;
}
  a.groupTitle {
    margin-bottom: 23px;
  }
  .imageWithTextGroupContainer:nth-child(odd) {
    width: 42%;
    margin-left: 1%;
    aspect-ratio: unset;
    margin-bottom: 0;
    margin-top: 20px;
    margin-right: 6%;
  }
};
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.imageWithTextGroupContainer:
    hover .groupTitleArrow {
  margin-left: 25px;
    transition: all 0.3s;
}

.titleAndDescription {
    width: 40%;
    margin-right: 3%;
    margin-left: 3%;
}
    p.groupDescription {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}

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

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

.groupTitle {
    position: relative;
    width: 90%;
    display: flex;
    margin-top: 10px;
    font-size: var(--group-font-size);
    line-height: var(--group-line-height);
    font-weight: 600;
    margin-bottom: 20px;
}

.groupTitleArrow {
    width: 20px !important;
    margin-left: 10px;
}
    @media screen and (max-width: 1100px) {
  .imageWithTextGroupContainer:nth-child(even) {
    margin-left: 20px;
    flex-direction: column;
    width: calc(100% - 40px);
  }

  .imageWithTextGroupContainer figure {
    width: 100%;
    margin-top: 30px;
  }
  .titleAndDescription {
    width: 100%;
}
  a.groupTitle {
    margin-bottom: 23px;
  }
  .imageWithTextGroupContainer:nth-child(odd) {
    width: 42%;
    margin-left: 1%;
    aspect-ratio: unset;
    margin-bottom: 0;
    margin-top: 20px;
    margin-right: 6%;
  }
};
    -webkit-animation: fade-in-bottom 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;
}
.imageWithTextGroupContainer
  img {
  width: 100%;
  display: block;
}

.imageWithTextGroupContainer
  figure {
  width: 55%;
  display: block;
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.imageWithTextGroupContainer:
  hover .groupTitleArrow {
  margin-left: 25px;
  transition: all 0.3s;
}

.titleAndDescription {
  width: 40%;
  margin-right: 3%;
  margin-left: 3%;
}
  p.groupDescription {
    font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

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

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

.groupTitle {
  position: relative;
  width: 90%;
  display: flex;
  margin-top: 10px;
  font-size: var(--group-font-size);
  line-height: var(--group-line-height);
  font-weight: 600;
  margin-bottom: 20px;
}

.groupTitleArrow {
  width: 20px !important;
  margin-left: 10px;
}
  @media screen and (max-width: 1100px) {
  .imageWithTextGroupContainer:nth-child(even) {
    margin-left: 20px;
  flex-direction: column;
  width: calc(100% - 40px);
  }

  .imageWithTextGroupContainer figure {
  width: 100%;
  margin-top: 30px;
  }
  .titleAndDescription {
  width: 100%;
}
  a.groupTitle {
  margin-bottom: 23px;
  }
  .imageWithTextGroupContainer:nth-child(odd) {
  width: 42%;
  margin-left: 1%;
  aspect-ratio: unset;
  margin-bottom: 0;
  margin-top: 20px;
  margin-right: 6%;
  }
};
}
.imageWithTextGroupContainer:hover .groupTitleArrow {
  margin-left: 25px;
  transition: all 0.3s;
}

.titleAndDescription {
    width: 37%;
    margin-right: 3%;
    margin-left: 10%;
    opacity: 0;
}

p.groupDescription {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}

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

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

.groupTitle {
  position: relative;
  width: 90%;
  display: flex;
  margin-top: 10px;
  font-size: var(--group-font-size);
  line-height: var(--group-line-height);
  font-weight: 600;
  margin-bottom: 20px;
}

.groupTitleArrow {
  width: 20px !important;
  margin-left: 10px;
}

@media screen and (max-width: 1100px) {
  .imageWithTextGroupContainer:nth-child(even) {
    margin-left: 20px;
    flex-direction: column;
    width: calc(100% - 40px);
  }

  .imageWithTextGroupContainer figure {
    width: 100%;
    margin-top: 30px;
  }
  .titleAndDescription {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
  a.groupTitle {
  margin-bottom: 23px;
  }
  .imageWithTextGroupContainer:nth-child(odd) {
    width: 42%;
    margin-left: 1%;
    aspect-ratio: unset;
    margin-bottom: 0;
    margin-top: 20px;
    margin-right: 6%;
  }
}
