.titleAndDescription {
  display: flex;
  font-size: var(--base-font-size);
  width: 100%;
  flex-direction: column;
  bottom: 0px;
  /* padding: 30px 50px 30px 5%; */
  box-sizing: border-box;
  /* justify-content: center; */
  float: left;
}

.imageWithTextGroupContainer {
  position: relative;
  margin: 0;
  /* opacity: 0; */
  width: calc((97% / 3) - 25px);
  float: left;
  display: flex;
  background: #f7f7f7;
  flex-direction: row-reverse;
  padding: 50px 15px 15px;
  min-height: 85px;
  justify-content: space-around;
  gap: 20px;
  aspect-ratio: 7/1;
}

.imageWithTextGroupContainer:nth-child(3n + 2) {
  padding-left: 3%;
}

.imageWithTextGroupContainer:nth-child(3n + 1) {
  /* padding-left: 3%; */
}

.groupTitle {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 600;
  display: flex;
}
.firstWord {
  margin-right: 14px;
  font-weight: 500;
  font-style: italic;
}

.imageWithTextGroupContainer figure {
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  margin-left: 8%;
}

.imageWithTextGroupContainer figure img {
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  /* left: 45px; */
}

.imageWithTextGroupContainer:first-child {
  display: none;
}
p.groupDescription {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.shopNow {
  margin-top: 30px;
  color: var(--base-aux);
  background-color: var(--base);
  cursor: pointer;
  width: fit-content;
  border: 1px solid var(--base);
  border-radius: 100px;
  padding: 10px 20px;
}

.shopNow:hover {
  background: transparent;
  color: var(--base);
}

imageWithText.imageWithTextGroupContainer:nth-of-type(2) {
  background: #f7f7f7;
}

imageWithText.imageWithTextGroupContainer:nth-of-type(1) {
  background: #f7f7f7;
}

/* .imageWithTextGroupContainer:hover {
   filter: brightness(0.97)
} */
@media screen and (max-width: 768px) {
  .titleAndDescription.observer.onViewport {
    width: var(--web-container);
    /* margin-left: 5%; */
    box-sizing: border-box;
    padding: 0px 0px;
    display: block;
  }

  p.groupDescription {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
  .titleAndDescription {
    width: 96%;
    /* padding: 70px 5%; */
    margin-left: 5%;
  }
  .firstWord {
    position: absolute;
  }

  .restTitle {
    text-indent: 58px;
    width: 100%;
  }
  imagewithtext.imageWithTextGroupContainer {
    flex-direction: column-reverse;
  }

  .imageWithTextGroupContainer figure {
    width: auto;
    margin-left: 0%;
  }

  .imageWithTextGroupContainer figure img {
    left: 0;
  }

  .groupTitle {
    width: fit-content;
    line-height: normal;
    font-size: 16px;
  }

  .imageWithTextGroupContainer {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px;
    gap: 5px;
    aspect-ratio: unset;
  }

  .imageWithTextGroupContainer:nth-child(3n + 2) {
    padding-left: 6%;
    padding-top: 30px;
  }

  .imageWithTextGroupContainer:nth-child(4) {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1100px) {
  imagewithtext.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;
  }

  .titleAndDescription.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;
  }
}
