.solutions-detail {
  &__header {
    position: relative;
  }

  &__header-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 2;
  }

  &__in-depth {
    margin-top: 40px;
  }
}
