HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers70/inter-mill.com/wwwroot/css/partials/_steps.sass
.steps
  +flex()
  +flex-rows()
  padding: 100px 0

  +respond-to(mobile)
    padding: 50px 0

  .step
    flex-basis: 50%

    +respond-to-width(650)
      flex-basis: 100%
      background-color: white !important

    &:nth-child(4n+1),
    &:nth-child(4n+4)
      background-color: rgb(234, 237, 239)

    padding: 75px 50px
    +respond-to(mobile)
      padding: 60px 35px

    .step-number
      margin-left: -20px
      position: absolute
      font-size: 140px
      opacity: 0.15