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/carrotps/carrotps.com/resources/sass/site/6-Organisms/_organisms.downloads.scss
.o-downloads {
  @include mq(m) {
    display: flex;
    justify-content: space-between;
  }
}

.o-downloads--is-reversed {
  @include mq(m) {
    flex-direction: row-reverse;
  }
}

.o-downloads__main {
  background-color: palette(neutral, 1);
  padding-top: space(5);
  padding-bottom: space(9);

  @include mq(m) {
    width: 50%;
  }

  @include mq($max: l) {
    padding-left: column(0.5, 8);
    padding-right: column(0.5, 8);
  }
  @include mq(l) {
    padding-left: column(1, 12);
    padding-right: column(1, 12);
  }

  .c-heading {
    margin-top: 0;
  }
}

.o-downloads__service-point {

  @include mq($max: m) {
    margin-top: space(10);
  }

  @include mq(m) {
    margin-top: space(5);
  }

  @include mq(m, l) {
    width: column(3, 8)
  }
  @include mq(l) {
    width: column(5, 12);
  }
}