.sticky-04 {
  width: 100%;
  padding: 4rem 3rem ;
}
.sticky-04_container_headline h4 {
  text-align: center;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size:clamp(16px, 2.5vw, 24px);
  color: #FFF;
  line-height: 150%;
}
.sticky-04_container {
  width: 100%;
  max-width: 1700px;
  margin:  0 auto;
}
.sticky-04_box {
  width: 100%;
  height: 2000px; 
  position: relative;
}

.sticky-04_box_columns {
  width: 100%;
  margin: 0 auto;
  height: 600px;
  position: sticky;
  background-color: #202222;
}
.columns_one {
  top: 10rem;
  z-index: 1;
}
.columns_two {
  top: 16rem; 
  z-index: 2;
}
.columns_three {
  top: 20rem; 
  z-index: 3;
}
.sticky-04_box_column_headline {
  margin-bottom: 3rem;
  padding: 1rem 0;
}
.sticky-04_box_column_headline h4 {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size:clamp(16px, 2.5vw, 32px);
  color: #FFF;
  line-height: 130%;
  text-align: center;
}
.sticky-04_box_columns_color {
  color: #069D84;
}
.sticky-04_box_column_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 3rem;
}
.sticky-04_box_column_content {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 5rem 6rem;
}
.sticky-04_box_column_content_headline {
  margin: 0.5rem 0 1rem 0;
}
.sticky-04_box_column_content_headline h4 {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size:clamp(20px, 2.5vw, 32px);
  color: #FFF;
  line-height: 140%;
}

.sticky-04_box_column_description p {
  font-family: 'Poppins-Regular', Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  line-height: 150%;
}
.sticky-04_button {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .sticky-04_box_column_content {
    padding: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .sticky-04_button {
    margin-top: 2rem;
  }
  .sticky-04_box_column_headline {
    height: 100%;
  }
  .sticky-04 {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem ;
  }
  .sticky-04_box_column_container {
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  }
  .sticky-04_box_column_content {
    padding: 1rem;
  }
  .sticky-04_box {
    height: 100%;
  }
  .sticky-04_box_columns {
    /*
    overflow-y: auto;
    height: 638px;
    */
    height: 100%;
    position: static;
  }
  .sticky-04_box_column_headline {
    margin: 0;
    padding: 2rem 0 1rem 0;
  }
  /*
  .columns_one {
  top: 0;
}
.columns_two {
  top: 2.5rem; 
}
.columns_three {
  top: 5rem; 
}
  */
}












    




