.industry__wrapper h2 {
  padding-bottom: 40px;
  text-align: center;
  top: 50px;
  padding-top: 50px;
  position: sticky;
}
}
.industry__wrapper {
    width: 100%;
}
.industry-items__wrapper .industry-item {
    display: flex;
    align-items: center;
    gap: 25px;
    
}
.industry-item .industry_left--wrapper {
    width: 55%;
   
}
.industry_left--wrapper .industry-item--description {
    font-size: 20px;
    line-height: 1.8;
     & p {
        font-family: Inter;
    }
    & span {
         font-family: Inter;
    }
}
.industry-item .industry_right--wrapper {
    width: 45%;
}
@media (max-width: 1024px) {
    .main-wrapper {
      flex-direction: column;
  }
  .industry-items__wrapper .industry-item {
        flex-direction: column;
    }
    .industry-item .industry_left--wrapper {
        max-width: 700px;
        width: auto;
        margin: 0 auto;
    }
    .industry-item .industry_right--wrapper {
        width: 80%;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .industry__wrapper h2 {
        font-size: 2rem;
    }
}