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/pages/_references.sass
.references-block
  +flex(flex-start, flex-start)
  flex-direction: column
  background:
    color: $white
  padding: $paddingTextBlock

  +respond-to-width(900)
    padding: $paddingSmallTextBlock

  margin-bottom: 100px

  +respond-to-width(900)
    margin-bottom: 50px

  box-shadow: 0 14px 28px rgba(0,0,0,0.04), 0 10px 10px rgba(0,0,0,0.05)

  .reference
    max-width: $referenceMaxWidth
    +flex(flex-start, center)
    flex-direction: row
    margin-bottom: 50px
    text-align: center

    +respond-to-width(600)
      flex-direction: column

    .image
      height: 200px
      min-width: 200px
      border-radius: 999px
      background-size: cover
      background-position: center

    &.business
      width: 100%
      a
        color: $black
        &:hover
          .reference-content-container
            h3
              color: $secondaryColor
        +flex(flex-start, center)

        +respond-to-width(600)
          flex-direction: column

        .reference-content-container

          text-align: left
          max-width: $textMaxWidth
          padding: 0 $paddingSmallTextBlock
          margin-left: $paddingTextBlock
          h3
            color: $primaryColor
            margin-top: 10px
          +respond-to(small)
            margin-left: 0

    .reference-content-container
      text-align: left
      max-width: $textMaxWidth
      padding: 0 $paddingSmallTextBlock

      h3
        color: $primaryColor
        margin-top: 10px