section.text-and-image-multiple .container {
  padding: 0;
}

section.text-and-image-multiple .item {
  position: relative;
  z-index: 1;
}

section.text-and-image-multiple .item:nth-child(odd) {
  background: transparent linear-gradient(131deg, #fbf7f6 0%, #f3efee 100%) 0%
    0% no-repeat padding-box;
}

/* section.text-and-image-multiple .item:nth-child(odd) .container,
section.text-and-image-multiple .item:nth-child(odd) .row {
  margin-left: 0;
}

section.text-and-image-multiple .item:nth-child(even) .container,
section.text-and-image-multiple .item:nth-child(even) .row {
  margin-right: 0;
} */

section.text-and-image-multiple .item:nth-child(odd) .image-col {
  padding-left: 0;
}

section.text-and-image-multiple .item:nth-child(even) .image-col {
  padding-right: 0;
}

section.text-and-image-multiple .item:nth-child(even) .col-lg-6:first-child {
  order: 2;
}

section.text-and-image-multiple .item-image {
  object-fit: cover;
  object-position: center;
}

section.text-and-image-multiple .item:not(.disable-image-offset):nth-child(odd) .item-image {
  padding-right: 5.7rem;
}

section.text-and-image-multiple
  .item:nth-child(odd)
  .item-image.image-h-normal {
  height: 713px;
}

section.text-and-image-multiple
  .item:nth-child(odd)
  .item-image.image-h-smaller {
  height: 685px;
}

section.text-and-image-multiple .item:nth-child(even) .item-image {
  padding-left: 5.7rem;
}

section.text-and-image-multiple
  .item:nth-child(even)
  .item-image.image-h-smaller {
  height: 628px;
}

section.text-and-image-multiple
  .item:nth-child(even)
  .item-image.image-h-normal {
  height: 632px;
}

section.text-and-image-multiple .item:nth-child(odd) .content-wrapper {
  padding-left: 33px;
  padding-right: 91px;

  padding-left: 0;
  padding-right: 20px;
}

section.text-and-image-multiple .item:nth-child(even) .content-wrapper {
  padding-left: 102px;
  padding-left: 22px;
}

section.text-and-image-multiple .item:nth-child(odd) .content-wrapper .title {
  padding-right: 10px;
}

section.text-and-image-multiple .item:nth-child(even) .content-wrapper .text {
  padding-right: 33px;
  padding-right: 10px;
}

section.text-and-image-multiple .title {
  font-weight: 500;
  margin-bottom: 12px;
}

section.text-and-image-multiple .content-wrapper .text {
  margin-bottom: 45px;
}

section.text-and-image-multiple .content-wrapper .tag {
  font-family: Montserrat-SemiBold;
  color: #ffc508;
  font-size: 14px;
  text-transform: uppercase;
}
section.text-and-image-multiple .content-wrapper p {
  margin-bottom: 15px;
}

section.text-and-image-multiple .content-wrapper p:last-child {
  margin-bottom: 0;
}

section.text-and-image-multiple .leaves {
  position: absolute;
  bottom: 0;
}

section.text-and-image-multiple .item:nth-child(odd) .leaves {
  right: -4px;
}

section.text-and-image-multiple .item:nth-child(even) .leaves {
  left: -4px;
  transform: scaleX(-1);
}

section.text-and-image-multiple .image-col .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: screen;
  opacity: 0.3;
  background: transparent linear-gradient(180deg, #519a35 0%, #f5b02e1a 100%) 0%
    0% no-repeat padding-box;
}

section.text-and-image-multiple .object {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 206px;
  z-index: -1;
  background-image: url(../../../assets/img/background-object.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}

@media (max-width: 1099.98px) {
  section.text-and-image-multiple .item-image {
    min-height: 380px;
  }

  section.text-and-image-multiple .item:nth-child(odd) .item-image,
  section.text-and-image-multiple .item:nth-child(even) .item-image {
    padding-right: 0;
    padding-left: 0;
    height: auto !important;
    display: block;
  }

  section.text-and-image-multiple .item .image-wrapper {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
  }

  section.text-and-image-multiple .item:nth-child(odd) .item-image,
  section.text-and-image-multiple .item:nth-child(even) .item-image,
  section.text-and-image-multiple .item:not(.disable-image-offset):nth-child(odd) .item-image,
  section.text-and-image-multiple .image-col .overlay {
    width: 100%;
    padding-right: 0;
  }

  section.text-and-image-multiple .item:nth-child(even) .container,
  section.text-and-image-multiple .item:nth-child(even) .row,
  section.text-and-image-multiple .item:nth-child(odd) .container,
  section.text-and-image-multiple .item:nth-child(odd) .row {
    margin-left: 0;
    margin-right: 0;
  }

  section.text-and-image-multiple .leaves {
    width: 199px;
  }

  section.text-and-image-multiple .item:nth-child(odd) .leaves {
    right: 21px;
  }

  section.text-and-image-multiple .item:nth-child(even) .leaves {
    left: 21px;
  }

  section.text-and-image-multiple .item:nth-child(odd) .content-wrapper,
  section.text-and-image-multiple .item:nth-child(even) .content-wrapper {
    padding-top: 28px;
    padding-left: 8px;
    padding-right: 0;
    padding-bottom: 70px;
  }

  section.text-and-image-multiple .col-lg-6.image-col {
    padding-left: 0;
    padding-right: 0;
  }

  section.text-and-image-multiple
    .col-lg-6.image-col-mobile
    .image-wrapper:not(.image-wrapper-mobile) {
    display: none;
  }

  section.text-and-image-multiple .content-wrapper .tag {
    margin-bottom: 6px;
  }

  section.text-and-image-multiple .title {
    margin-bottom: 15px;
  }

  section.text-and-image-multiple .content-wrapper .text,
  section.text-and-image-multiple .item:nth-child(even) .content-wrapper .text {
    margin-bottom: 29px;
    padding-right: 8px;
  }

  section.text-and-image-multiple .item:nth-child(even) .col-lg-6:first-child {
    order: 0;
  }
}

@media (min-width: 1100px) {
  section.text-and-image-multiple .item:nth-child(even) .image-col .overlay {
    margin-left: 5.7rem;
  }

  section.text-and-image-multiple.offset-bottom .item:last-child {
    padding-bottom: 140px;
  }

  section.text-and-image-multiple.offset-bottom .item:last-child .img-wrapper-absolute {
    height: calc(100% - 140px);
  }

  section.text-and-image-multiple .img-wrapper-absolute {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 646px;
  }

  section.text-and-image-multiple .item:nth-child(odd) .img-wrapper-absolute {
    left: 0;
  }

  section.text-and-image-multiple .item:nth-child(even) .img-wrapper-absolute {
    right: 0;
  }

  /* section.text-and-image-multiple .item:nth-child(odd) .col-lg-5 {
    margin-left: -8.333333%;
  } */

  section.text-and-image-multiple .item:nth-child(even) .col-lg-5 {
    margin-left: 8.333333%;
  }

  section.text-and-image-multiple .img-wrapper-absolute img {
    height: 100%;
  }

  section.text-and-image-multiple .image-col .image-wrapper {
    opacity: 0;
  }

  section.text-and-image-multiple .item.image-max-height .image-wrapper {
    height: 712px;
  }
  section.text-and-image-multiple .image-wrapper img,
  section.text-and-image-multiple .img-wrapper-absolute .image-wrapper {
    height: 100%;
  }

  section.text-and-image-multiple .image-wrapper.image-wrapper-mobile {
    display: none;
  }
}
