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/SBogers27/dndin.nl/resources/assets/sass/site/partials/blocks/_ctaContentRow.sass
.cta-content-row
  .grid-row
    +flex(flex-end, flex-start)
    padding: 115px 0

    .cta-block
      width: column(4, 12)
      margin-top: 15px
      margin-right: column(3, 24)
      p
        margin: -35px 0 15px 0
        font-size: 0.7rem
        line-height: 1.2
        color: $lightBlue
        text-transform: uppercase
        font-family: "Droid Sans", sans-serif

      h1
        max-width: 420px
        margin: 0
        font-size: 1.8rem
        line-height: 1.333
        font-weight: bold()
        color: $darkBlue

        +respond-to-width(950)
          font-size: 1.6rem

      .button
        margin-top: 30px

    .content-block
      width: column(4, 12)
      margin-right: column(1, 12)


  /* Tablet view
    ========================================================================== */
  +respond-to-width(1350)
    .grid-row
      padding: 80px 0

      .cta-block
        width: column(5, 12)
        margin-right: column(1, 12)

      .content-block
        width: column(5, 12)

  /* Mobile view
    ========================================================================== */
  +respond-to-width(750)
    .grid-row
      padding: 80px 0
      display: block

      .cta-block, .content-block
        width: column(10, 12)
        margin-right: auto
        margin-left: auto

        +respond-to-width(640)
          width: 100%

      .cta-block
        margin-bottom: 60px