.sticky-image-scroll-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(400px, 70vh, 800px);
  position: relative;
  width: 100%;
}

button.txt26.btn-link {
  text-decoration: none;
}

.paid-search-img {
  border-radius: 20px;
  padding-top: 30px;
}

.static-image {
  position: sticky;
  top: calc(25% - 4rem);
  transition: opacity 0.3s ease-in-out;
}

.sticky-image-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
  aspect-ratio: 575/409;
  box-shadow: 0 0 160px -10px #5378fc;
}

.sticky-image-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.sticky-image-bg-layer.active {
  opacity: 1;
  z-index: 2;
}

@media only screen and (max-width: 765px) {
  .content-section-inner {
    display: block;
    min-height: unset !important;
    padding: 10px 20px;
  }
}
