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/SBogers10/topswtw.komma.pro/wwwroot/css/mobile/pages/_about.sass
.about-page
  .cta
    height: 110px
    background-color: $mobileGray
    width: 100%
    +flex(center, center)

    .cta-text
      color: $blue
      +semibold
      font-size: 18px
      line-height: 22px
      font-style: italic
      text-align: center
      display: inline-block

  .our-team
    background-color: $mobileGray
    padding: 16px 0 0

    h2
      +bold
      font-size: 16px
      line-height: 19px
      color: $blue
      margin: 0 0 20px
      padding: 0 16px

    .people-holder
      +flex(space-around, flex-start)
      +flex-rows
      max-width: 400px
      width: 100%
      margin: auto

      .person
        width: 138px
        margin-bottom: 20px
        .image-holder
          width: 100%
          height: 138px
          background-position: top center
          background-size: cover
          border-radius: 9999px

        .name
          text-align: center
          display: block
          margin-top: 10px
          +semibold
          font-size: 14px
          line-height: 16px
          color: $mobileBlack