.industries-page > section:first-child{
  min-height:100svh;
  display:flex;
  align-items:center;
}

.industries-page > section:first-child > .mx-auto{
  width:100%;
}

.industries-page #workflow{
  scroll-margin-top:112px;
}

html{
  scroll-behavior:smooth;
}

@media (max-width:991px){
  .industries-page > section:first-child{
    min-height:100svh;
    align-items:flex-start;
  }
}
