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/dynamic/_twoTextColumn.sass
.two-text-columns
  padding: 0 0 45px
  .content-container
    position: relative
    z-index: 10
    +flex(center, flex-start)
    .left-content, .right-content
      background: #3b3738
      width: calc(50% - 20px)
      padding: 0
      h1, h2
        text-align: left
        +font-bold(24px)
        color: $white
      p, em, span
        +font-default(18px, 24px)
        color: $white
        a 
          +font-default(18px, 24px)
          color: $white
        strong
          +font-default(18px, 24px)
          color: $white
        a
          text-decoration: underline
      ul
        list-style: none
        padding-left: 20px
        margin-top: 20px
        margin-bottom: 0
        li
          position: relative
          color: $white
          +font-default(18px, 24px)
          font-size: 16px
          line-height: 24px
          margin-bottom: 5px
          &:before
            content: ''
            +sprite(-443px 0, 16px, 12px)
            display: inline-block
            position: absolute
            left: -23px
            top: 6px
    .left-content
      margin-right: 19px
      &.content66
        width: calc(100% / 3 * 2 - 20px)

      &.content50
        width: calc(100% / 2 - 20px)

      &.content33
        width: calc(100% / 3 - 20px)
    .right-content
      margin-left: 19px
      &.content66
        width: calc(100% / 3 - 20px)

      &.content50
        width: calc(100% / 2 - 20px)

      &.content33
        width: calc(100% / 3 * 2 - 20px)


+media-query(650px)
  .two-text-columns
    .content-container
      display: block
      .left-content, .right-content
        width: 100% !important
        margin: 0

      .left-content
        margin-bottom: 40px