.block-scroll-section-home-block {
  position: relative;
}
.block-scroll-section-home-block .scroll-section-home-container {
  position: relative;
}
.block-scroll-section-home-block .title-section-container {
  position: sticky;
  top: max(50vh, 150px);
  left: 11%;
  width: 410px;
  max-width: 32vw;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .block-scroll-section-home-block .title-section-container {
    left: 4%;
  }
}
.block-scroll-section-home-block .title-section-container h3 {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 2vw 0;
  padding: 5px 8px;
  background-image: linear-gradient(to right, transparent 50%, #FDBE00 50%);
  background-size: 201% auto;
  background-position: 0 0;
  white-space: nowrap;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
  font-size: calc(33px + 8 * (100vw - 768px) / 672);
}
@media screen and (max-width: 980px) {
  .block-scroll-section-home-block .title-section-container h3 {
    font-size: calc(28px + 2 * (100vw - 375px) / 393);
  }
}
.block-scroll-section-home-block .title-section-container h3.show {
  font-size: calc(48px + 18 * (100vw - 768px) / 672);
  background-position: -99.59% 0;
}
@media screen and (max-width: 980px) {
  .block-scroll-section-home-block .title-section-container h3.show {
    font-size: calc(38px + 3 * (100vw - 375px) / 393);
  }
}
.block-scroll-section-home-block .images-section-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 62.5vw;
  max-width: 900px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -22vw;
}
@media screen and (max-width: 980px) {
  .block-scroll-section-home-block .images-section-container {
    width: 72.5vw;
  }
}
.block-scroll-section-home-block .images-section-container img {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: max(12vw, 24vh);
  border-radius: 16px;
  overflow: hidden;
}
.block-scroll-section-home-block .images-section-container img.desktop {
  display: block;
}
.block-scroll-section-home-block .images-section-container img.mobile {
  display: none;
}
.block-scroll-section-home-block .images-section-container img:first-child {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .block-scroll-section-home-block .images-section-container img {
    margin-top: 76px;
  }
  .block-scroll-section-home-block .images-section-container img:first-child, .block-scroll-section-home-block .images-section-container img:nth-child(2) {
    margin-top: 0;
  }
  .block-scroll-section-home-block .images-section-container img.desktop {
    display: none;
  }
  .block-scroll-section-home-block .images-section-container img.mobile {
    display: block;
  }
}