.wgt-cta.floating-images-bnr-section {
  background: var(--primary-color-5);
  position: relative;
  overflow: hidden;
  padding: 5.75rem 0;
  margin-bottom: var(--section-margin-lg);
}
.wgt-cta.floating-images-bnr-section .inner,
.wgt-cta.floating-images-bnr-section .section-text {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.wgt-cta.floating-images-bnr-section .section-text {
  max-width: 900px;
}
.wgt-cta.floating-images-bnr-section h2 {
  font-size: var(--title-font-size-3);
  color: var(--title-color);
}
.wgt-cta.floating-images-bnr-section .section-text p {
  font-size: var(--description-font-size);
  color: var(--description-color);
  margin-bottom: 2rem;
}
.wgt-cta.floating-images-bnr-section > :nth-child(1 of .floating-image) {
  height: clamp(4.375rem, 2.0237rem + 10.0324vw, 14.0625rem);
  transform: rotate(13deg);
  position: absolute;
  left: -13%;
  top: 20%;
  object-fit: contain;
}
.wgt-cta.floating-images-bnr-section > :nth-child(2 of .floating-image) {
  width: clamp(8.4375rem, 5.176rem + 13.9159vw, 21.875rem);
  transform: rotate(-19deg);
  position: absolute;
  right: -8%;
  top: 25%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .wgt-cta.floating-images-bnr-section {
    margin-bottom: var(--section-margin-sm);
  }
  .wgt-cta.floating-images-bnr-section > .floating-image {
    top: 5% !important;
  }
}
.wgt-cta.floating-images-bnr-section.keep-track-of-your-store .section-text {
  max-width: 700px;
}

.wgt-cta.floating-images-bnr-section .section-text {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wgt-cta.floating-images-bnr-section h2 {
  font-size: var(--title-font-size-3);
  color: var(--title-color);
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 1rem;
}
.wgt-cta.floating-images-bnr-section .section-text > p {
  font-size: var(--description-font-size);
  color: var(--description-color);
  margin-bottom: 2rem;
}
