.imageWithTextGroupContainer {
  width: 100%;
  height: 50vh;
  float: left;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  flex-direction: column;
  margin-bottom: 30px
}

.imageWithTextGroupContainer img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.imageWithTextGroupContainer figure {
  width: 100%;
  margin-top: 0%;
  display: block;
  height: 100%;
}

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

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

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

.groupTitle {
  position: relative;
  width: 90%;
  display: flex;
  margin-top: 10px;
  color: var(--secondary)
}

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

.textColumn {
  width: 33%;
  margin-left: 10%;
  float: left;
  margin-top: 0;
  color: #fff;
  position: absolute;
  height: 100%;
  gap: 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  aspect-ratio: 1/1
}

.groupItemTitleOnImageWithText {
  vertical-align: middle;
  line-height: 35px;
  font-size: 40px;
  letter-spacing: 0;
  text-align: left;
  /* margin-bottom: 16px; */
  text-transform: uppercase;
  width: 100%;
  opacity: 1;
  font-weight: 400;
  position: relative;
  font-size: 35px;
  line-height: 38px;
  font-family: var(--secondary-font-family)
}

.groupItemText {
  line-height: 20px;
  /* margin-top: 30px; */
  text-align: left;
  width: 100%;
  /* margin: 0 auto 10px; */
  font-size: 18px
}

.verMasText {
  position: relative;
  opacity: 1;
  background-color: var(--main);
  color: white;
  padding: 8px 18px;
  font-size: 14px;
  float: left;
  overflow: hidden;
  display: block;
  /* left: 0; */
  /* margin-top: 30px; */
  /* top: 20px; */
  cursor: pointer
}

.verMasText:hover {
  color: var(--base);
  background-color: var(--btn-hover);
}

@media screen and (max-width: 1100px) {
  .imageWithTextGroupContainer:nth-child(even) {
      width:100%;
      margin-left: 0%;
      aspect-ratio: unset;
      margin-bottom: 3rem;
      margin-top: 20px;
      margin-right: 2%
  }

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

  .groupItemText {
      width: 100%;
      margin: 5px 0 10px
  }

  .verMasText {
      margin-top: 5px
  }

  .imageWithTextGroupContainer figure {
      width: 100%;
      /* margin-top: 7%; */
  }

  a.groupTitle {
      font-size: 13px
  }

  .imageWithTextGroupContainer:nth-child(odd) {
      width: 100%;
      /* margin-left: 1%; */
      aspect-ratio: unset;
      margin-bottom: 0;
      margin-top: 20px;
      margin-right: 6%
  }
}
