.text-box-01 {
  width: 100%;
  padding: 5rem 3rem 0 3rem;
  position: relative;
  z-index: 10;
}
.text-box-01-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.text-box-01-item {
  width: 100%;
}
.text-box-01-item-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 4rem 5rem;
  text-align: center;
  width: 100%;
}

.text-box-01-headline h4 {
  color: #069D84;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 130%;
}
.text-box-01-subheadline h4 {
  color: #FFF;
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 130%;
}
.text-box-01-descriptione {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
}
.text-box-01-descriptione p {
  color: #FFF;
  font-family: 'Poppins-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .text-box-01-item-box {
    padding: 4rem 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .text-box-01-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .text-box-01 {
    padding: 2rem 1rem;
  }
  .text-box-01-item-box {
    padding: 2rem 1rem;
  }
}
















    




