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/SBogers79/artofeinstein.be/wwwroot/css/partials/_subHeaderRow.sass
.sub-header-row
  padding: 70px 0 80px
  background: $gray3

  h3
    text-transform: uppercase
    +font-bold(18px)
    text-align: center
    color: white
    letter-spacing: 1.8px

  h1
    +font-header(36px)
    text-align: center
    color: $beige
    margin-bottom: 10px

  p
    color: white
    +font-default(22px)
    text-align: center
    margin: 0

    em
      color: white
      opacity: 0.6
      +font-default(22px)

      &:before
        content: '•'
        display: inline-block
        +font-bold(26px, 22px)
        margin: 0 6px 0 3px

      &:first-child
        &:before
          display: none