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/umans.komma.pro/wwwroot/css/partials/_quoteRow.sass
.quote-row
  background: white
  padding: 60px 0 75px

  &.grey, &.gray
    background: $lightGreyBackground

  .content-container
    +flex(center, initial)

    blockquote
      h3
        +font-light(32px, 44px)
        color: $fontColor1
        margin: 0 0 10px
        text-align: center

      p
        +font-light(16px, 32px)
        color: $fontColor2
        margin: 0
        text-align: center

  .button
    width: 250px
    margin: 20px auto 0
    font-size: 16px

+media-query(600px)
  .quote-row
    .content-container
      blockquote
        h3
          +font-light(25px, 38px)